Html Css Color HEX #ED2AD2 Razzle Dazzle Rose

📋 copy color: '#ED2AD2'

red 237 ◦ green 42 ◦ blue 210

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

Shades of Razzle Dazzle Rose #ED2AD2

Tints of Razzle Dazzle Rose #ED2AD2

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.59%

 BLUE value IS 210 (82.42% from 255) = 42.94%

R = 48.47%
G = 8.59%
B = 42.94%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#ED2AD2 (or 0xED2AD2) is known color: Razzle Dazzle Rose. HEX triplet: ED, 2A and D2. RGB value is (237,42,210). Sum of RGB (Red+Green+Blue) = 237+42+210=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 42 (16.80% from 255 or 8.59% from 489); Blue value is 210 (82.42% from 255 or 42.94% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2AD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED2AD2 is #12D52D. Grayscale: #767676. Windows color (decimal): -1234222 or 13773549. OLE color: 13773549.

HSL color Cylindrical-coordinate representation of color #ED2AD2: hue angle of 308.31º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ED2AD2 is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 42 210 -
CMYK 0 0.82 0.11 0.07
HSL 308.31º 0.84% 0.55% -
HSV(B) 308.31º 0.82% 0.93% -
XYZ 47.39 24.31 63.17 -
YUV 119.46 179.1 211.84 -
System Red Green Blue C M Y K H S L
Decimal 237 42 210 0 0.82 0.11 0.07 308.31 0.84 0.55
Hex ED 2A D2 0 52 B 7 134 54 37
Octal 355 52 322 0 122 13 7 464 124 67
Binary 11101101 101010 11010010 0 1010010 1011 111 100110100 1010100 110111

Color Harmonies of #ED2AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2AD2

Black with #ED2AD2

Text Example


Text Example

White with #ED2AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2AD2; }

 p { color: rgb(237,42,210); }

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

background-color css

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

 a { background-color: rgb(237,42,210); }

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

border-color css

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

 span { border-color: rgb(237,42,210); }

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