Html Css Color HEX #EE1FE5 Razzle Dazzle Rose

📋 copy color: '#EE1FE5'

red 238 ◦ green 31 ◦ blue 229

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

Shades of Razzle Dazzle Rose #EE1FE5

Tints of Razzle Dazzle Rose #EE1FE5

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.22%

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

R = 47.79%
G = 6.22%
B = 45.98%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#EE1FE5 (or 0xEE1FE5) is known color: Razzle Dazzle Rose. HEX triplet: EE, 1F and E5. RGB value is (238,31,229). Sum of RGB (Red+Green+Blue) = 238+31+229=498 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.79% from 498); Green value is 31 (12.5% from 255 or 6.22% from 498); Blue value is 229 (89.84% from 255 or 45.98% from 498); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1FE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE1FE5 is #11E01A. Grayscale: #727272. Windows color (decimal): -1171483 or 15015918. OLE color: 15015918.

HSL color Cylindrical-coordinate representation of color #EE1FE5: hue angle of 302.61º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE1FE5 is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 31 229 -
CMYK 0 0.87 0.04 0.07
HSL 302.61º 0.86% 0.53% -
HSV(B) 302.61º 0.87% 0.93% -
XYZ 49.89 24.81 76.29 -
YUV 115.47 192.08 215.4 -
System Red Green Blue C M Y K H S L
Decimal 238 31 229 0 0.87 0.04 0.07 302.61 0.86 0.53
Hex EE 1F E5 0 57 4 7 12F 56 35
Octal 356 37 345 0 127 4 7 457 126 65
Binary 11101110 11111 11100101 0 1010111 100 111 100101111 1010110 110101

Color Harmonies of #EE1FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1FE5

Black with #EE1FE5

Text Example


Text Example

White with #EE1FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1FE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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