Html Css Color HEX #EE1CE0 Razzle Dazzle Rose

📋 copy color: '#EE1CE0'

red 238 ◦ green 28 ◦ blue 224

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

Shades of Razzle Dazzle Rose #EE1CE0

Tints of Razzle Dazzle Rose #EE1CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 45.71%

R = 48.57%
G = 5.71%
B = 45.71%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#EE1CE0 (or 0xEE1CE0) is known color: Razzle Dazzle Rose. HEX triplet: EE, 1C and E0. RGB value is (238,28,224). Sum of RGB (Red+Green+Blue) = 238+28+224=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 28 (11.33% from 255 or 5.71% from 490); Blue value is 224 (87.89% from 255 or 45.71% from 490); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1CE0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE1CE0 is #11E31F. Grayscale: #707070. Windows color (decimal): -1172256 or 14687470. OLE color: 14687470.

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

Color convert

RGB 238 28 224 -
CMYK 0 0.88 0.06 0.07
HSL 304º 0.86% 0.52% -
HSV(B) 304º 0.88% 0.93% -
XYZ 49.13 24.39 72.64 -
YUV 113.13 190.57 217.06 -
System Red Green Blue C M Y K H S L
Decimal 238 28 224 0 0.88 0.06 0.07 304 0.86 0.52
Hex EE 1C E0 0 58 6 7 130 56 34
Octal 356 34 340 0 130 6 7 460 126 64
Binary 11101110 11100 11100000 0 1011000 110 111 100110000 1010110 110100

Color Harmonies of #EE1CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE1CE0

Black with #EE1CE0

Text Example


Text Example

White with #EE1CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE1CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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