Html Css Color HEX #EE104C Razzmatazz

📋 copy color: '#EE104C'

red 238 ◦ green 16 ◦ blue 76

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

Shades of Razzmatazz #EE104C

Tints of Razzmatazz #EE104C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.85%

 BLUE value IS 76 (30.08% from 255) = 23.03%

R = 72.12%
G = 4.85%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EE104C (or 0xEE104C) is known color: Razzmatazz. HEX triplet: EE, 10 and 4C. RGB value is (238,16,76). Sum of RGB (Red+Green+Blue) = 238+16+76=330 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.12% from 330); Green value is 16 (6.64% from 255 or 4.85% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 238 - color contains mainly: red. Hex color #EE104C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EE104C is #11EFB3. Grayscale: #595959. Windows color (decimal): -1175476 or 4985070. OLE color: 4985070.

HSL color Cylindrical-coordinate representation of color #EE104C: hue angle of 343.78º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EE104C is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 16 76 -
CMYK 0 0.93 0.68 0.07
HSL 343.78º 0.87% 0.5% -
HSV(B) 343.78º 0.93% 0.93% -
XYZ 36.75 19.07 8.58 -
YUV 89.22 120.55 234.12 -
System Red Green Blue C M Y K H S L
Decimal 238 16 76 0 0.93 0.68 0.07 343.78 0.87 0.5
Hex EE 10 4C 0 5D 44 7 158 57 32
Octal 356 20 114 0 135 104 7 530 127 62
Binary 11101110 10000 1001100 0 1011101 1000100 111 101011000 1010111 110010

Color Harmonies of #EE104C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE104C

Black with #EE104C

Text Example


Text Example

White with #EE104C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE104C; }

 p { color: rgb(238,16,76); }

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

background-color css

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

 a { background-color: rgb(238,16,76); }

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

border-color css

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

 span { border-color: rgb(238,16,76); }

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