Html Css Color HEX #EE2ECE Razzle Dazzle Rose

📋 copy color: '#EE2ECE'

red 238 ◦ green 46 ◦ blue 206

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

Shades of Razzle Dazzle Rose #EE2ECE

Tints of Razzle Dazzle Rose #EE2ECE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.39%

 BLUE value IS 206 (80.86% from 255) = 42.04%

R = 48.57%
G = 9.39%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#EE2ECE (or 0xEE2ECE) is known color: Razzle Dazzle Rose. HEX triplet: EE, 2E and CE. RGB value is (238,46,206). Sum of RGB (Red+Green+Blue) = 238+46+206=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 46 (18.36% from 255 or 9.39% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2ECE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE2ECE is #11D131. Grayscale: #797979. Windows color (decimal): -1167666 or 13512430. OLE color: 13512430.

HSL color Cylindrical-coordinate representation of color #EE2ECE: hue angle of 310º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EE2ECE is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 46 206 -
CMYK 0 0.81 0.13 0.07
HSL 310º 0.85% 0.56% -
HSV(B) 310º 0.81% 0.93% -
XYZ 47.38 24.59 60.64 -
YUV 121.65 175.61 210.99 -
System Red Green Blue C M Y K H S L
Decimal 238 46 206 0 0.81 0.13 0.07 310 0.85 0.56
Hex EE 2E CE 0 51 D 7 136 55 38
Octal 356 56 316 0 121 15 7 466 125 70
Binary 11101110 101110 11001110 0 1010001 1101 111 100110110 1010101 111000

Color Harmonies of #EE2ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2ECE

Black with #EE2ECE

Text Example


Text Example

White with #EE2ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2ECE; }

 p { color: rgb(238,46,206); }

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

background-color css

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

 a { background-color: rgb(238,46,206); }

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

border-color css

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

 span { border-color: rgb(238,46,206); }

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