Html Css Color HEX #ED1CDB Razzle Dazzle Rose

📋 copy color: '#ED1CDB'

red 237 ◦ green 28 ◦ blue 219

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

Shades of Razzle Dazzle Rose #ED1CDB

Tints of Razzle Dazzle Rose #ED1CDB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.79%

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

R = 48.97%
G = 5.79%
B = 45.25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ED1CDB (or 0xED1CDB) is known color: Razzle Dazzle Rose. HEX triplet: ED, 1C and DB. RGB value is (237,28,219). Sum of RGB (Red+Green+Blue) = 237+28+219=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 28 (11.33% from 255 or 5.79% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1CDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED1CDB is #12E324. Grayscale: #6F6F6F. Windows color (decimal): -1237797 or 14359789. OLE color: 14359789.

HSL color Cylindrical-coordinate representation of color #ED1CDB: hue angle of 305.17º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ED1CDB is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 28 219 -
CMYK 0 0.88 0.08 0.07
HSL 305.17º 0.85% 0.52% -
HSV(B) 305.17º 0.88% 0.93% -
XYZ 48.13 23.95 69.1 -
YUV 112.27 188.24 216.97 -
System Red Green Blue C M Y K H S L
Decimal 237 28 219 0 0.88 0.08 0.07 305.17 0.85 0.52
Hex ED 1C DB 0 58 8 7 131 55 34
Octal 355 34 333 0 130 10 7 461 125 64
Binary 11101101 11100 11011011 0 1011000 1000 111 100110001 1010101 110100

Color Harmonies of #ED1CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED1CDB

Black with #ED1CDB

Text Example


Text Example

White with #ED1CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED1CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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