Html Css Color HEX #ED2CDB Razzle Dazzle Rose

📋 copy color: '#ED2CDB'

red 237 ◦ green 44 ◦ blue 219

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

Shades of Razzle Dazzle Rose #ED2CDB

Tints of Razzle Dazzle Rose #ED2CDB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 8.8%

 BLUE value IS 219 (85.94% from 255) = 43.8%

R = 47.4%
G = 8.8%
B = 43.8%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ED2CDB (or 0xED2CDB) is known color: Razzle Dazzle Rose. HEX triplet: ED, 2C and DB. RGB value is (237,44,219). Sum of RGB (Red+Green+Blue) = 237+44+219=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 44 (17.58% from 255 or 8.8% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2CDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED2CDB is #12D324. Grayscale: #797979. Windows color (decimal): -1233701 or 14363885. OLE color: 14363885.

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

Color convert

RGB 237 44 219 -
CMYK 0 0.81 0.08 0.07
HSL 305.6º 0.84% 0.55% -
HSV(B) 305.6º 0.81% 0.93% -
XYZ 48.61 24.92 69.27 -
YUV 121.66 182.94 210.27 -
System Red Green Blue C M Y K H S L
Decimal 237 44 219 0 0.81 0.08 0.07 305.6 0.84 0.55
Hex ED 2C DB 0 51 8 7 132 54 37
Octal 355 54 333 0 121 10 7 462 124 67
Binary 11101101 101100 11011011 0 1010001 1000 111 100110010 1010100 110111

Color Harmonies of #ED2CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2CDB

Black with #ED2CDB

Text Example


Text Example

White with #ED2CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2CDB; }

 p { color: rgb(237,44,219); }

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

background-color css

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

 a { background-color: rgb(237,44,219); }

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

border-color css

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

 span { border-color: rgb(237,44,219); }

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