Html Css Color HEX #EE084F Razzmatazz

📋 copy color: '#EE084F'

red 238 ◦ green 8 ◦ blue 79

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

Shades of Razzmatazz #EE084F

Tints of Razzmatazz #EE084F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.46%

 BLUE value IS 79 (31.25% from 255) = 24.31%

R = 73.23%
G = 2.46%
B = 24.31%

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

#EE084F (or 0xEE084F) is known color: Razzmatazz. HEX triplet: EE, 08 and 4F. RGB value is (238,8,79). Sum of RGB (Red+Green+Blue) = 238+8+79=325 (43% of max value = 765). Red value is 238 (93.36% from 255 or 73.23% from 325); Green value is 8 (3.52% from 255 or 2.46% from 325); Blue value is 79 (31.25% from 255 or 24.31% from 325); Max value from RGB is 238 - color contains mainly: red. Hex color #EE084F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE084F is #11F7B0. Grayscale: #545454. Windows color (decimal): -1177521 or 5179630. OLE color: 5179630.

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

Color convert

RGB 238 8 79 -
CMYK 0 0.97 0.67 0.07
HSL 341.48º 0.93% 0.48% -
HSV(B) 341.48º 0.97% 0.93% -
XYZ 36.76 18.92 9.11 -
YUV 84.86 124.7 237.23 -
System Red Green Blue C M Y K H S L
Decimal 238 8 79 0 0.97 0.67 0.07 341.48 0.93 0.48
Hex EE 8 4F 0 61 43 7 155 5D 30
Octal 356 10 117 0 141 103 7 525 135 60
Binary 11101110 1000 1001111 0 1100001 1000011 111 101010101 1011101 110000

Color Harmonies of #EE084F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE084F

Black with #EE084F

Text Example


Text Example

White with #EE084F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE084F; }

 p { color: rgb(238,8,79); }

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

background-color css

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

 a { background-color: rgb(238,8,79); }

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

border-color css

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

 span { border-color: rgb(238,8,79); }

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