Html Css Color HEX #ED2ABB Razzle Dazzle Rose

📋 copy color: '#ED2ABB'

red 237 ◦ green 42 ◦ blue 187

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

Shades of Razzle Dazzle Rose #ED2ABB

Tints of Razzle Dazzle Rose #ED2ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.13%

R = 50.86%
G = 9.01%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#ED2ABB (or 0xED2ABB) is known color: Razzle Dazzle Rose. HEX triplet: ED, 2A and BB. RGB value is (237,42,187). Sum of RGB (Red+Green+Blue) = 237+42+187=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 42 (16.80% from 255 or 9.01% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2ABB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED2ABB is #12D544. Grayscale: #747474. Windows color (decimal): -1234245 or 12266221. OLE color: 12266221.

HSL color Cylindrical-coordinate representation of color #ED2ABB: hue angle of 315.38º 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 #ED2ABB is Cyan = 0, Magento = 0.82, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 42 187 -
CMYK 0 0.82 0.21 0.07
HSL 315.38º 0.84% 0.55% -
HSV(B) 315.38º 0.82% 0.93% -
XYZ 44.72 23.25 49.14 -
YUV 116.84 167.6 213.71 -
System Red Green Blue C M Y K H S L
Decimal 237 42 187 0 0.82 0.21 0.07 315.38 0.84 0.55
Hex ED 2A BB 0 52 15 7 13B 54 37
Octal 355 52 273 0 122 25 7 473 124 67
Binary 11101101 101010 10111011 0 1010010 10101 111 100111011 1010100 110111

Color Harmonies of #ED2ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2ABB

Black with #ED2ABB

Text Example


Text Example

White with #ED2ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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