Html Css Color HEX #EE29EF Razzle Dazzle Rose

📋 copy color: '#EE29EF'

red 238 ◦ green 41 ◦ blue 239

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

Shades of Razzle Dazzle Rose #EE29EF

Tints of Razzle Dazzle Rose #EE29EF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 7.92%

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

R = 45.95%
G = 7.92%
B = 46.14%

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

#EE29EF (or 0xEE29EF) is known color: Razzle Dazzle Rose. HEX triplet: EE, 29 and EF. RGB value is (238,41,239). Sum of RGB (Red+Green+Blue) = 238+41+239=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 41 (16.41% from 255 or 7.92% from 518); Blue value is 239 (93.75% from 255 or 46.14% from 518); Max value from RGB is 239 - color contains mainly: blue. Hex color #EE29EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE29EF is #11D610. Grayscale: #797979. Windows color (decimal): -1168913 or 15673838. OLE color: 15673838.

HSL color Cylindrical-coordinate representation of color #EE29EF: 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 #EE29EF is Cyan = 0.00, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 238 41 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.63 26 83.96 -
YUV 122.48 193.77 210.4 -
System Red Green Blue C M Y K H S L
Decimal 238 41 239 0.00 0.83 0 0.06 299.7 0.86 0.55
Hex EE 29 EF 0 53 0 6 12C 56 37
Octal 356 51 357 0 123 0 6 454 126 67
Binary 11101110 101001 11101111 0 1010011 0 110 100101100 1010110 110111

Color Harmonies of #EE29EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE29EF

Black with #EE29EF

Text Example


Text Example

White with #EE29EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE29EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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