Html Css Color HEX #ED3ACD Razzle Dazzle Rose

📋 copy color: '#ED3ACD'

red 237 ◦ green 58 ◦ blue 205

#ED3ACD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Razzle Dazzle Rose #ED3ACD

Tints of Razzle Dazzle Rose #ED3ACD

RGB

 RED value IS 237 (92.97% from 255) = 47.4%

 GREEN value IS 58 (23.05% from 255) = 11.6%

 BLUE value IS 205 (80.47% from 255) = 41%

R = 47.4%
G = 11.6%
B = 41%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.14

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ED3ACD (or 0xED3ACD) is known color: Razzle Dazzle Rose. HEX triplet: ED, 3A and CD. RGB value is (237,58,205). Sum of RGB (Red+Green+Blue) = 237+58+205=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 58 (23.05% from 255 or 11.6% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3ACD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED3ACD is #12C532. Grayscale: #7F7F7F. Windows color (decimal): -1230131 or 13449965. OLE color: 13449965.

HSL color Cylindrical-coordinate representation of color #ED3ACD: hue angle of 310.73º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ED3ACD is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 58 205 -
CMYK 0 0.76 0.14 0.07
HSL 310.73º 0.83% 0.58% -
HSV(B) 310.73º 0.76% 0.93% -
XYZ 47.46 25.44 60.17 -
YUV 128.28 171.3 205.55 -
System Red Green Blue C M Y K H S L
Decimal 237 58 205 0 0.76 0.14 0.07 310.73 0.83 0.58
Hex ED 3A CD 0 4C E 7 137 53 3A
Octal 355 72 315 0 114 16 7 467 123 72
Binary 11101101 111010 11001101 0 1001100 1110 111 100110111 1010011 111010

Color Harmonies of #ED3ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3ACD

Black with #ED3ACD

Text Example


Text Example

White with #ED3ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3ACD; }

 p { color: rgb(237,58,205); }

 H1.HeaderClassName
 {
   color: #ED3ACD;
 }
 .AnyTagClassName
 {
   color: #ED3ACD;
 }
</style>

background-color css

<style>
 a { background-color: #ED3ACD; }

 a { background-color: rgb(237,58,205); }

 div.DivClassName
 {
   background-color: #ED3ACD;
 }
 .BgClassName
 {
   background-color: #ED3ACD;
 }
</style>

border-color css

<style>
 span { border-color: #ED3ACD; }

 span { border-color: rgb(237,58,205); }

 td.TdClassName
 {
   border-color: #ED3ACD;
 }
 .TagClassName
 {
   border-color: #ED3ACD;
 }
</style>