Html Css Color HEX #EE2EED Razzle Dazzle Rose

📋 copy color: '#EE2EED'

red 238 ◦ green 46 ◦ blue 237

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

Shades of Razzle Dazzle Rose #EE2EED

Tints of Razzle Dazzle Rose #EE2EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 45.49%

R = 45.68%
G = 8.83%
B = 45.49%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#EE2EED (or 0xEE2EED) is known color: Razzle Dazzle Rose. HEX triplet: EE, 2E and ED. RGB value is (238,46,237). Sum of RGB (Red+Green+Blue) = 238+46+237=521 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.68% from 521); Green value is 46 (18.36% from 255 or 8.83% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2EED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE2EED is #11D112. Grayscale: #7C7C7C. Windows color (decimal): -1167635 or 15544046. OLE color: 15544046.

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

Color convert

RGB 238 46 237 -
CMYK 0 0.81 0.00 0.07
HSL 300.31º 0.85% 0.56% -
HSV(B) 300.31º 0.81% 0.93% -
XYZ 51.52 26.25 82.47 -
YUV 125.18 191.11 208.47 -
System Red Green Blue C M Y K H S L
Decimal 238 46 237 0 0.81 0.00 0.07 300.31 0.85 0.56
Hex EE 2E ED 0 51 0 7 12C 55 38
Octal 356 56 355 0 121 0 7 454 125 70
Binary 11101110 101110 11101101 0 1010001 0 111 100101100 1010101 111000

Color Harmonies of #EE2EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2EED

Black with #EE2EED

Text Example


Text Example

White with #EE2EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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