Html Css Color HEX #EE064D Razzmatazz

📋 copy color: '#EE064D'

red 238 ◦ green 6 ◦ blue 77

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

Shades of Razzmatazz #EE064D

Tints of Razzmatazz #EE064D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 23.99%

R = 74.14%
G = 1.87%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.07

RGB Variations

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

Color information

#EE064D (or 0xEE064D) is known color: Razzmatazz. HEX triplet: EE, 06 and 4D. RGB value is (238,6,77). Sum of RGB (Red+Green+Blue) = 238+6+77=321 (42% of max value = 765). Red value is 238 (93.36% from 255 or 74.14% from 321); Green value is 6 (2.73% from 255 or 1.87% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 238 - color contains mainly: red. Hex color #EE064D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE064D is #11F9B2. Grayscale: #535353. Windows color (decimal): -1178035 or 5048046. OLE color: 5048046.

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

Color convert

RGB 238 6 77 -
CMYK 0 0.97 0.68 0.07
HSL 341.64º 0.95% 0.48% -
HSV(B) 341.64º 0.97% 0.93% -
XYZ 36.66 18.84 8.73 -
YUV 83.46 124.36 238.23 -
System Red Green Blue C M Y K H S L
Decimal 238 6 77 0 0.97 0.68 0.07 341.64 0.95 0.48
Hex EE 6 4D 0 61 44 7 156 5F 30
Octal 356 6 115 0 141 104 7 526 137 60
Binary 11101110 110 1001101 0 1100001 1000100 111 101010110 1011111 110000

Color Harmonies of #EE064D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE064D

Black with #EE064D

Text Example


Text Example

White with #EE064D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE064D; }

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

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

background-color css

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

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

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

border-color css

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

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

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