Html Css Color HEX #EE015B Razzmatazz

📋 copy color: '#EE015B'

red 238 ◦ green 1 ◦ blue 91

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

Shades of Razzmatazz #EE015B

Tints of Razzmatazz #EE015B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

 BLUE value IS 91 (35.94% from 255) = 27.58%

R = 72.12%
G = 0.3%
B = 27.58%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EE015B (or 0xEE015B) is known color: Razzmatazz. HEX triplet: EE, 01 and 5B. RGB value is (238,1,91). Sum of RGB (Red+Green+Blue) = 238+1+91=330 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.12% from 330); Green value is 1 (0.78% from 255 or 0.30% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 238 - color contains mainly: red. Hex color #EE015B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE015B is #11FEA4. Grayscale: #525252. Windows color (decimal): -1179301 or 5964270. OLE color: 5964270.

HSL color Cylindrical-coordinate representation of color #EE015B: hue angle of 337.22º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EE015B is Cyan = 0, Magento = 1.00, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 1 91 -
CMYK 0 1.00 0.62 0.07
HSL 337.22º 0.99% 0.47% -
HSV(B) 337.22º 1% 0.93% -
XYZ 37.16 18.95 11.6 -
YUV 82.12 133.02 239.18 -
System Red Green Blue C M Y K H S L
Decimal 238 1 91 0 1.00 0.62 0.07 337.22 0.99 0.47
Hex EE 1 5B 0 64 3E 7 151 63 2F
Octal 356 1 133 0 144 76 7 521 143 57
Binary 11101110 1 1011011 0 1100100 111110 111 101010001 1100011 101111

Color Harmonies of #EE015B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE015B

Black with #EE015B

Text Example


Text Example

White with #EE015B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE015B; }

 p { color: rgb(238,1,91); }

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

background-color css

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

 a { background-color: rgb(238,1,91); }

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

border-color css

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

 span { border-color: rgb(238,1,91); }

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