Html Css Color HEX #EE1CE3 Razzle Dazzle Rose

📋 copy color: '#EE1CE3'

red 238 ◦ green 28 ◦ blue 227

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

Shades of Razzle Dazzle Rose #EE1CE3

Tints of Razzle Dazzle Rose #EE1CE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 46.04%

R = 48.28%
G = 5.68%
B = 46.04%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#EE1CE3 (or 0xEE1CE3) is known color: Razzle Dazzle Rose. HEX triplet: EE, 1C and E3. RGB value is (238,28,227). Sum of RGB (Red+Green+Blue) = 238+28+227=493 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.28% from 493); Green value is 28 (11.33% from 255 or 5.68% from 493); Blue value is 227 (89.06% from 255 or 46.04% from 493); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1CE3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE1CE3 is #11E31C. Grayscale: #707070. Windows color (decimal): -1172253 or 14884078. OLE color: 14884078.

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

Color convert

RGB 238 28 227 -
CMYK 0 0.88 0.05 0.07
HSL 303.14º 0.86% 0.52% -
HSV(B) 303.14º 0.88% 0.93% -
XYZ 49.54 24.55 74.8 -
YUV 113.48 192.07 216.82 -
System Red Green Blue C M Y K H S L
Decimal 238 28 227 0 0.88 0.05 0.07 303.14 0.86 0.52
Hex EE 1C E3 0 58 5 7 12F 56 34
Octal 356 34 343 0 130 5 7 457 126 64
Binary 11101110 11100 11100011 0 1011000 101 111 100101111 1010110 110100

Color Harmonies of #EE1CE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1CE3

Black with #EE1CE3

Text Example


Text Example

White with #EE1CE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1CE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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