Html Css Color HEX #EE2ADB Razzle Dazzle Rose

📋 copy color: '#EE2ADB'

red 238 ◦ green 42 ◦ blue 219

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

Shades of Razzle Dazzle Rose #EE2ADB

Tints of Razzle Dazzle Rose #EE2ADB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.42%

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

R = 47.7%
G = 8.42%
B = 43.89%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EE2ADB (or 0xEE2ADB) is known color: Razzle Dazzle Rose. HEX triplet: EE, 2A and DB. RGB value is (238,42,219). Sum of RGB (Red+Green+Blue) = 238+42+219=499 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.70% from 499); Green value is 42 (16.80% from 255 or 8.42% from 499); Blue value is 219 (85.94% from 255 or 43.89% from 499); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE2ADB is #11D524. Grayscale: #787878. Windows color (decimal): -1168677 or 14363374. OLE color: 14363374.

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

Color convert

RGB 238 42 219 -
CMYK 0 0.82 0.08 0.07
HSL 305.82º 0.85% 0.55% -
HSV(B) 305.82º 0.82% 0.93% -
XYZ 48.87 24.95 69.26 -
YUV 120.78 183.43 211.61 -
System Red Green Blue C M Y K H S L
Decimal 238 42 219 0 0.82 0.08 0.07 305.82 0.85 0.55
Hex EE 2A DB 0 52 8 7 132 55 37
Octal 356 52 333 0 122 10 7 462 125 67
Binary 11101110 101010 11011011 0 1010010 1000 111 100110010 1010101 110111

Color Harmonies of #EE2ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2ADB

Black with #EE2ADB

Text Example


Text Example

White with #EE2ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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