Html Css Color HEX #ED2ED2 Razzle Dazzle Rose

📋 copy color: '#ED2ED2'

red 237 ◦ green 46 ◦ blue 210

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

Shades of Razzle Dazzle Rose #ED2ED2

Tints of Razzle Dazzle Rose #ED2ED2

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.33%

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

R = 48.07%
G = 9.33%
B = 42.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#ED2ED2 (or 0xED2ED2) is known color: Razzle Dazzle Rose. HEX triplet: ED, 2E and D2. RGB value is (237,46,210). Sum of RGB (Red+Green+Blue) = 237+46+210=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 46 (18.36% from 255 or 9.33% from 493); Blue value is 210 (82.42% from 255 or 42.60% from 493); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2ED2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED2ED2 is #12D12D. Grayscale: #797979. Windows color (decimal): -1233198 or 13774573. OLE color: 13774573.

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

Color convert

RGB 237 46 210 -
CMYK 0 0.81 0.11 0.07
HSL 308.48º 0.84% 0.55% -
HSV(B) 308.48º 0.81% 0.93% -
XYZ 47.53 24.61 63.22 -
YUV 121.81 177.78 210.16 -
System Red Green Blue C M Y K H S L
Decimal 237 46 210 0 0.81 0.11 0.07 308.48 0.84 0.55
Hex ED 2E D2 0 51 B 7 134 54 37
Octal 355 56 322 0 121 13 7 464 124 67
Binary 11101101 101110 11010010 0 1010001 1011 111 100110100 1010100 110111

Color Harmonies of #ED2ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2ED2

Black with #ED2ED2

Text Example


Text Example

White with #ED2ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2ED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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