Html Css Color HEX #EE1DDB Razzle Dazzle Rose

📋 copy color: '#EE1DDB'

red 238 ◦ green 29 ◦ blue 219

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

Shades of Razzle Dazzle Rose #EE1DDB

Tints of Razzle Dazzle Rose #EE1DDB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.97%

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

R = 48.97%
G = 5.97%
B = 45.06%

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

#EE1DDB (or 0xEE1DDB) is known color: Razzle Dazzle Rose. HEX triplet: EE, 1D and DB. RGB value is (238,29,219). Sum of RGB (Red+Green+Blue) = 238+29+219=486 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.97% from 486); Green value is 29 (11.72% from 255 or 5.97% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1DDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE1DDB is #11E224. Grayscale: #707070. Windows color (decimal): -1172005 or 14360046. OLE color: 14360046.

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

Color convert

RGB 238 29 219 -
CMYK 0 0.88 0.08 0.07
HSL 305.45º 0.86% 0.52% -
HSV(B) 305.45º 0.88% 0.93% -
XYZ 48.49 24.17 69.13 -
YUV 113.15 187.74 217.05 -
System Red Green Blue C M Y K H S L
Decimal 238 29 219 0 0.88 0.08 0.07 305.45 0.86 0.52
Hex EE 1D DB 0 58 8 7 131 56 34
Octal 356 35 333 0 130 10 7 461 126 64
Binary 11101110 11101 11011011 0 1011000 1000 111 100110001 1010110 110100

Color Harmonies of #EE1DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1DDB

Black with #EE1DDB

Text Example


Text Example

White with #EE1DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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