Html Css Color HEX #EE064E Razzmatazz

📋 copy color: '#EE064E'

red 238 ◦ green 6 ◦ blue 78

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

Shades of Razzmatazz #EE064E

Tints of Razzmatazz #EE064E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.86%

 BLUE value IS 78 (30.86% from 255) = 24.22%

R = 73.91%
G = 1.86%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EE064E (or 0xEE064E) is known color: Razzmatazz. HEX triplet: EE, 06 and 4E. RGB value is (238,6,78). Sum of RGB (Red+Green+Blue) = 238+6+78=322 (42% of max value = 765). Red value is 238 (93.36% from 255 or 73.91% from 322); Green value is 6 (2.73% from 255 or 1.86% from 322); Blue value is 78 (30.86% from 255 or 24.22% from 322); Max value from RGB is 238 - color contains mainly: red. Hex color #EE064E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE064E is #11F9B1. Grayscale: #535353. Windows color (decimal): -1178034 or 5113582. OLE color: 5113582.

HSL color Cylindrical-coordinate representation of color #EE064E: hue angle of 341.38º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EE064E is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 6 78 -
CMYK 0 0.97 0.67 0.07
HSL 341.38º 0.95% 0.48% -
HSV(B) 341.38º 0.97% 0.93% -
XYZ 36.7 18.86 8.91 -
YUV 83.58 124.86 238.15 -
System Red Green Blue C M Y K H S L
Decimal 238 6 78 0 0.97 0.67 0.07 341.38 0.95 0.48
Hex EE 6 4E 0 61 43 7 155 5F 30
Octal 356 6 116 0 141 103 7 525 137 60
Binary 11101110 110 1001110 0 1100001 1000011 111 101010101 1011111 110000

Color Harmonies of #EE064E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE064E

Black with #EE064E

Text Example


Text Example

White with #EE064E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE064E; }

 p { color: rgb(238,6,78); }

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

background-color css

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

 a { background-color: rgb(238,6,78); }

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

border-color css

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

 span { border-color: rgb(238,6,78); }

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