Html Css Color HEX #EE2BEB Razzle Dazzle Rose

📋 copy color: '#EE2BEB'

red 238 ◦ green 43 ◦ blue 235

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

Shades of Razzle Dazzle Rose #EE2BEB

Tints of Razzle Dazzle Rose #EE2BEB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 8.33%

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

R = 46.12%
G = 8.33%
B = 45.54%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#EE2BEB (or 0xEE2BEB) is known color: Razzle Dazzle Rose. HEX triplet: EE, 2B and EB. RGB value is (238,43,235). Sum of RGB (Red+Green+Blue) = 238+43+235=516 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.12% from 516); Green value is 43 (17.19% from 255 or 8.33% from 516); Blue value is 235 (92.19% from 255 or 45.54% from 516); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2BEB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE2BEB is #11D414. Grayscale: #7A7A7A. Windows color (decimal): -1168405 or 15412206. OLE color: 15412206.

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

Color convert

RGB 238 43 235 -
CMYK 0 0.82 0.01 0.07
HSL 300.92º 0.85% 0.55% -
HSV(B) 300.92º 0.82% 0.93% -
XYZ 51.12 25.9 80.9 -
YUV 123.19 191.1 209.89 -
System Red Green Blue C M Y K H S L
Decimal 238 43 235 0 0.82 0.01 0.07 300.92 0.85 0.55
Hex EE 2B EB 0 52 1 7 12D 55 37
Octal 356 53 353 0 122 1 7 455 125 67
Binary 11101110 101011 11101011 0 1010010 1 111 100101101 1010101 110111

Color Harmonies of #EE2BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2BEB

Black with #EE2BEB

Text Example


Text Example

White with #EE2BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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