Html Css Color HEX #ED2BBD Razzle Dazzle Rose

📋 copy color: '#ED2BBD'

red 237 ◦ green 43 ◦ blue 189

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

Shades of Razzle Dazzle Rose #ED2BBD

Tints of Razzle Dazzle Rose #ED2BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.3%

R = 50.53%
G = 9.17%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#ED2BBD (or 0xED2BBD) is known color: Razzle Dazzle Rose. HEX triplet: ED, 2B and BD. RGB value is (237,43,189). Sum of RGB (Red+Green+Blue) = 237+43+189=469 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.53% from 469); Green value is 43 (17.19% from 255 or 9.17% from 469); Blue value is 189 (74.22% from 255 or 40.30% from 469); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2BBD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED2BBD is #12D442. Grayscale: #757575. Windows color (decimal): -1233987 or 12397549. OLE color: 12397549.

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

Color convert

RGB 237 43 189 -
CMYK 0 0.82 0.20 0.07
HSL 314.85º 0.84% 0.55% -
HSV(B) 314.85º 0.82% 0.93% -
XYZ 44.97 23.41 50.29 -
YUV 117.65 168.27 213.13 -
System Red Green Blue C M Y K H S L
Decimal 237 43 189 0 0.82 0.20 0.07 314.85 0.84 0.55
Hex ED 2B BD 0 52 14 7 13B 54 37
Octal 355 53 275 0 122 24 7 473 124 67
Binary 11101101 101011 10111101 0 1010010 10100 111 100111011 1010100 110111

Color Harmonies of #ED2BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2BBD

Black with #ED2BBD

Text Example


Text Example

White with #ED2BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2BBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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