Html Css Color HEX #EE27DD Razzle Dazzle Rose

📋 copy color: '#EE27DD'

red 238 ◦ green 39 ◦ blue 221

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

Shades of Razzle Dazzle Rose #EE27DD

Tints of Razzle Dazzle Rose #EE27DD

RGB

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

 GREEN value IS 39 (15.63% from 255) = 7.83%

 BLUE value IS 221 (86.72% from 255) = 44.38%

R = 47.79%
G = 7.83%
B = 44.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#EE27DD (or 0xEE27DD) is known color: Razzle Dazzle Rose. HEX triplet: EE, 27 and DD. RGB value is (238,39,221). Sum of RGB (Red+Green+Blue) = 238+39+221=498 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.79% from 498); Green value is 39 (15.62% from 255 or 7.83% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 238 - color contains mainly: red. Hex color #EE27DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE27DD is #11D822. Grayscale: #767676. Windows color (decimal): -1169443 or 14493678. OLE color: 14493678.

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

Color convert

RGB 238 39 221 -
CMYK 0 0.84 0.07 0.07
HSL 305.13º 0.85% 0.54% -
HSV(B) 305.13º 0.84% 0.93% -
XYZ 49.04 24.85 70.62 -
YUV 119.25 185.43 212.7 -
System Red Green Blue C M Y K H S L
Decimal 238 39 221 0 0.84 0.07 0.07 305.13 0.85 0.54
Hex EE 27 DD 0 54 7 7 131 55 36
Octal 356 47 335 0 124 7 7 461 125 66
Binary 11101110 100111 11011101 0 1010100 111 111 100110001 1010101 110110

Color Harmonies of #EE27DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE27DD

Black with #EE27DD

Text Example


Text Example

White with #EE27DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE27DD; }

 p { color: rgb(238,39,221); }

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

background-color css

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

 a { background-color: rgb(238,39,221); }

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

border-color css

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

 span { border-color: rgb(238,39,221); }

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