Html Css Color HEX #ED2BBC Razzle Dazzle Rose

📋 copy color: '#ED2BBC'

red 237 ◦ green 43 ◦ blue 188

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

Shades of Razzle Dazzle Rose #ED2BBC

Tints of Razzle Dazzle Rose #ED2BBC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.19%

 BLUE value IS 188 (73.83% from 255) = 40.17%

R = 50.64%
G = 9.19%
B = 40.17%

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

#ED2BBC (or 0xED2BBC) is known color: Razzle Dazzle Rose. HEX triplet: ED, 2B and BC. RGB value is (237,43,188). Sum of RGB (Red+Green+Blue) = 237+43+188=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 43 (17.19% from 255 or 9.19% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2BBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED2BBC is #12D443. Grayscale: #757575. Windows color (decimal): -1233988 or 12332013. OLE color: 12332013.

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

Color convert

RGB 237 43 188 -
CMYK 0 0.82 0.21 0.07
HSL 315.15º 0.84% 0.55% -
HSV(B) 315.15º 0.82% 0.93% -
XYZ 44.87 23.36 49.72 -
YUV 117.54 167.77 213.21 -
System Red Green Blue C M Y K H S L
Decimal 237 43 188 0 0.82 0.21 0.07 315.15 0.84 0.55
Hex ED 2B BC 0 52 15 7 13B 54 37
Octal 355 53 274 0 122 25 7 473 124 67
Binary 11101101 101011 10111100 0 1010010 10101 111 100111011 1010100 110111

Color Harmonies of #ED2BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2BBC

Black with #ED2BBC

Text Example


Text Example

White with #ED2BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2BBC; }

 p { color: rgb(237,43,188); }

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

background-color css

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

 a { background-color: rgb(237,43,188); }

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

border-color css

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

 span { border-color: rgb(237,43,188); }

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