Html Css Color HEX #EE1CDB Razzle Dazzle Rose

📋 copy color: '#EE1CDB'

red 238 ◦ green 28 ◦ blue 219

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

Shades of Razzle Dazzle Rose #EE1CDB

Tints of Razzle Dazzle Rose #EE1CDB

RGB

 RED value IS 238 (93.36% from 255) = 49.07%

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

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

R = 49.07%
G = 5.77%
B = 45.15%

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

#EE1CDB (or 0xEE1CDB) is known color: Razzle Dazzle Rose. HEX triplet: EE, 1C and DB. RGB value is (238,28,219). Sum of RGB (Red+Green+Blue) = 238+28+219=485 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.07% from 485); Green value is 28 (11.33% from 255 or 5.77% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1CDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE1CDB is #11E324. Grayscale: #707070. Windows color (decimal): -1172261 or 14359790. OLE color: 14359790.

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

Color convert

RGB 238 28 219 -
CMYK 0 0.88 0.08 0.07
HSL 305.43º 0.86% 0.52% -
HSV(B) 305.43º 0.88% 0.93% -
XYZ 48.46 24.12 69.12 -
YUV 112.56 188.07 217.47 -
System Red Green Blue C M Y K H S L
Decimal 238 28 219 0 0.88 0.08 0.07 305.43 0.86 0.52
Hex EE 1C DB 0 58 8 7 131 56 34
Octal 356 34 333 0 130 10 7 461 126 64
Binary 11101110 11100 11011011 0 1011000 1000 111 100110001 1010110 110100

Color Harmonies of #EE1CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1CDB

Black with #EE1CDB

Text Example


Text Example

White with #EE1CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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