Html Css Color HEX #EE015E Razzmatazz

📋 copy color: '#EE015E'

red 238 ◦ green 1 ◦ blue 94

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

Shades of Razzmatazz #EE015E

Tints of Razzmatazz #EE015E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.23%

R = 71.47%
G = 0.3%
B = 28.23%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EE015E (or 0xEE015E) is known color: Razzmatazz. HEX triplet: EE, 01 and 5E. RGB value is (238,1,94). Sum of RGB (Red+Green+Blue) = 238+1+94=333 (44% of max value = 765). Red value is 238 (93.36% from 255 or 71.47% from 333); Green value is 1 (0.78% from 255 or 0.30% from 333); Blue value is 94 (37.11% from 255 or 28.23% from 333); Max value from RGB is 238 - color contains mainly: red. Hex color #EE015E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE015E is #11FEA1. Grayscale: #525252. Windows color (decimal): -1179298 or 6160878. OLE color: 6160878.

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

Color convert

RGB 238 1 94 -
CMYK 0 1.00 0.61 0.07
HSL 336.46º 0.99% 0.47% -
HSV(B) 336.46º 1% 0.93% -
XYZ 37.29 19.01 12.29 -
YUV 82.47 134.52 238.94 -
System Red Green Blue C M Y K H S L
Decimal 238 1 94 0 1.00 0.61 0.07 336.46 0.99 0.47
Hex EE 1 5E 0 64 3D 7 150 63 2F
Octal 356 1 136 0 144 75 7 520 143 57
Binary 11101110 1 1011110 0 1100100 111101 111 101010000 1100011 101111

Color Harmonies of #EE015E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE015E

Black with #EE015E

Text Example


Text Example

White with #EE015E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE015E; }

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

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

background-color css

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

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

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

border-color css

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

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

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