Html Css Color HEX #EE2EEB Razzle Dazzle Rose

📋 copy color: '#EE2EEB'

red 238 ◦ green 46 ◦ blue 235

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

Shades of Razzle Dazzle Rose #EE2EEB

Tints of Razzle Dazzle Rose #EE2EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.28%

R = 45.86%
G = 8.86%
B = 45.28%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EE2EEB (or 0xEE2EEB) is known color: Razzle Dazzle Rose. HEX triplet: EE, 2E and EB. RGB value is (238,46,235). Sum of RGB (Red+Green+Blue) = 238+46+235=519 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.86% from 519); Green value is 46 (18.36% from 255 or 8.86% from 519); Blue value is 235 (92.19% from 255 or 45.28% from 519); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2EEB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE2EEB is #11D114. Grayscale: #7C7C7C. Windows color (decimal): -1167637 or 15412974. OLE color: 15412974.

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

Color convert

RGB 238 46 235 -
CMYK 0 0.81 0.01 0.07
HSL 300.94º 0.85% 0.56% -
HSV(B) 300.94º 0.81% 0.93% -
XYZ 51.23 26.13 80.94 -
YUV 124.95 190.11 208.63 -
System Red Green Blue C M Y K H S L
Decimal 238 46 235 0 0.81 0.01 0.07 300.94 0.85 0.56
Hex EE 2E EB 0 51 1 7 12D 55 38
Octal 356 56 353 0 121 1 7 455 125 70
Binary 11101110 101110 11101011 0 1010001 1 111 100101101 1010101 111000

Color Harmonies of #EE2EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2EEB

Black with #EE2EEB

Text Example


Text Example

White with #EE2EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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