Html Css Color HEX #EE1CE5 Razzle Dazzle Rose

📋 copy color: '#EE1CE5'

red 238 ◦ green 28 ◦ blue 229

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

Shades of Razzle Dazzle Rose #EE1CE5

Tints of Razzle Dazzle Rose #EE1CE5

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.66%

 BLUE value IS 229 (89.84% from 255) = 46.26%

R = 48.08%
G = 5.66%
B = 46.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#EE1CE5 (or 0xEE1CE5) is known color: Razzle Dazzle Rose. HEX triplet: EE, 1C and E5. RGB value is (238,28,229). Sum of RGB (Red+Green+Blue) = 238+28+229=495 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.08% from 495); Green value is 28 (11.33% from 255 or 5.66% from 495); Blue value is 229 (89.84% from 255 or 46.26% from 495); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1CE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE1CE5 is #11E31A. Grayscale: #717171. Windows color (decimal): -1172251 or 15015150. OLE color: 15015150.

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

Color convert

RGB 238 28 229 -
CMYK 0 0.88 0.04 0.07
HSL 302.57º 0.86% 0.52% -
HSV(B) 302.57º 0.88% 0.93% -
XYZ 49.82 24.66 76.26 -
YUV 113.7 193.07 216.66 -
System Red Green Blue C M Y K H S L
Decimal 238 28 229 0 0.88 0.04 0.07 302.57 0.86 0.52
Hex EE 1C E5 0 58 4 7 12F 56 34
Octal 356 34 345 0 130 4 7 457 126 64
Binary 11101110 11100 11100101 0 1011000 100 111 100101111 1010110 110100

Color Harmonies of #EE1CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1CE5

Black with #EE1CE5

Text Example


Text Example

White with #EE1CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1CE5; }

 p { color: rgb(238,28,229); }

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

background-color css

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

 a { background-color: rgb(238,28,229); }

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

border-color css

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

 span { border-color: rgb(238,28,229); }

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