Html Css Color HEX #ED2DBD Razzle Dazzle Rose

📋 copy color: '#ED2DBD'

red 237 ◦ green 45 ◦ blue 189

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

Shades of Razzle Dazzle Rose #ED2DBD

Tints of Razzle Dazzle Rose #ED2DBD

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.55%

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

R = 50.32%
G = 9.55%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#ED2DBD (or 0xED2DBD) is known color: Razzle Dazzle Rose. HEX triplet: ED, 2D and BD. RGB value is (237,45,189). Sum of RGB (Red+Green+Blue) = 237+45+189=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 45 (17.97% from 255 or 9.55% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2DBD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED2DBD is #12D242. Grayscale: #767676. Windows color (decimal): -1233475 or 12398061. OLE color: 12398061.

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

Color convert

RGB 237 45 189 -
CMYK 0 0.81 0.20 0.07
HSL 315º 0.84% 0.55% -
HSV(B) 315º 0.81% 0.93% -
XYZ 45.05 23.56 50.32 -
YUV 118.82 167.61 212.29 -
System Red Green Blue C M Y K H S L
Decimal 237 45 189 0 0.81 0.20 0.07 315 0.84 0.55
Hex ED 2D BD 0 51 14 7 13B 54 37
Octal 355 55 275 0 121 24 7 473 124 67
Binary 11101101 101101 10111101 0 1010001 10100 111 100111011 1010100 110111

Color Harmonies of #ED2DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2DBD

Black with #ED2DBD

Text Example


Text Example

White with #ED2DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2DBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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