Html Css Color HEX #EE28EF Razzle Dazzle Rose

📋 copy color: '#EE28EF'

red 238 ◦ green 40 ◦ blue 239

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

Shades of Razzle Dazzle Rose #EE28EF

Tints of Razzle Dazzle Rose #EE28EF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 7.74%

 BLUE value IS 239 (93.75% from 255) = 46.23%

R = 46.03%
G = 7.74%
B = 46.23%

CMYK

 C value IS 0.00

 M value IS 0.83

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EE28EF (or 0xEE28EF) is known color: Razzle Dazzle Rose. HEX triplet: EE, 28 and EF. RGB value is (238,40,239). Sum of RGB (Red+Green+Blue) = 238+40+239=517 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.03% from 517); Green value is 40 (16.02% from 255 or 7.74% from 517); Blue value is 239 (93.75% from 255 or 46.23% from 517); Max value from RGB is 239 - color contains mainly: blue. Hex color #EE28EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE28EF is #11D710. Grayscale: #797979. Windows color (decimal): -1169169 or 15673582. OLE color: 15673582.

HSL color Cylindrical-coordinate representation of color #EE28EF: hue angle of 299.7º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EE28EF is Cyan = 0.00, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 238 40 239 -
CMYK 0.00 0.83 0 0.06
HSL 299.7º 0.86% 0.55% -
HSV(B) 299.7º 0.83% 0.94% -
XYZ 51.6 25.93 83.95 -
YUV 121.89 194.1 210.82 -
System Red Green Blue C M Y K H S L
Decimal 238 40 239 0.00 0.83 0 0.06 299.7 0.86 0.55
Hex EE 28 EF 0 53 0 6 12C 56 37
Octal 356 50 357 0 123 0 6 454 126 67
Binary 11101110 101000 11101111 0 1010011 0 110 100101100 1010110 110111

Color Harmonies of #EE28EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE28EF

Black with #EE28EF

Text Example


Text Example

White with #EE28EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE28EF; }

 p { color: rgb(238,40,239); }

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

background-color css

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

 a { background-color: rgb(238,40,239); }

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

border-color css

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

 span { border-color: rgb(238,40,239); }

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