Html Css Color HEX #EE086D Razzmatazz

📋 copy color: '#EE086D'

red 238 ◦ green 8 ◦ blue 109

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

Shades of Razzmatazz #EE086D

Tints of Razzmatazz #EE086D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.7%

R = 67.04%
G = 2.25%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EE086D (or 0xEE086D) is known color: Razzmatazz. HEX triplet: EE, 08 and 6D. RGB value is (238,8,109). Sum of RGB (Red+Green+Blue) = 238+8+109=355 (47% of max value = 765). Red value is 238 (93.36% from 255 or 67.04% from 355); Green value is 8 (3.52% from 255 or 2.25% from 355); Blue value is 109 (42.97% from 255 or 30.70% from 355); Max value from RGB is 238 - color contains mainly: red. Hex color #EE086D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE086D is #11F792. Grayscale: #585858. Windows color (decimal): -1177491 or 7145710. OLE color: 7145710.

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

Color convert

RGB 238 8 109 -
CMYK 0 0.97 0.54 0.07
HSL 333.65º 0.93% 0.48% -
HSV(B) 333.65º 0.97% 0.93% -
XYZ 38.11 19.45 16.21 -
YUV 88.28 139.7 234.79 -
System Red Green Blue C M Y K H S L
Decimal 238 8 109 0 0.97 0.54 0.07 333.65 0.93 0.48
Hex EE 8 6D 0 61 36 7 14E 5D 30
Octal 356 10 155 0 141 66 7 516 135 60
Binary 11101110 1000 1101101 0 1100001 110110 111 101001110 1011101 110000

Color Harmonies of #EE086D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE086D

Black with #EE086D

Text Example


Text Example

White with #EE086D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE086D; }

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

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

background-color css

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

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

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

border-color css

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

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

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