Html Css Color HEX #EE075C Razzmatazz

📋 copy color: '#EE075C'

red 238 ◦ green 7 ◦ blue 92

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

Shades of Razzmatazz #EE075C

Tints of Razzmatazz #EE075C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.08%

 BLUE value IS 92 (36.33% from 255) = 27.3%

R = 70.62%
G = 2.08%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EE075C (or 0xEE075C) is known color: Razzmatazz. HEX triplet: EE, 07 and 5C. RGB value is (238,7,92). Sum of RGB (Red+Green+Blue) = 238+7+92=337 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.62% from 337); Green value is 7 (3.12% from 255 or 2.08% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 238 - color contains mainly: red. Hex color #EE075C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE075C is #11F8A3. Grayscale: #555555. Windows color (decimal): -1177764 or 6031342. OLE color: 6031342.

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

Color convert

RGB 238 7 92 -
CMYK 0 0.97 0.61 0.07
HSL 337.92º 0.94% 0.48% -
HSV(B) 337.92º 0.97% 0.93% -
XYZ 37.27 19.1 11.85 -
YUV 85.76 131.53 236.59 -
System Red Green Blue C M Y K H S L
Decimal 238 7 92 0 0.97 0.61 0.07 337.92 0.94 0.48
Hex EE 7 5C 0 61 3D 7 152 5E 30
Octal 356 7 134 0 141 75 7 522 136 60
Binary 11101110 111 1011100 0 1100001 111101 111 101010010 1011110 110000

Color Harmonies of #EE075C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE075C

Black with #EE075C

Text Example


Text Example

White with #EE075C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE075C; }

 p { color: rgb(238,7,92); }

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

background-color css

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

 a { background-color: rgb(238,7,92); }

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

border-color css

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

 span { border-color: rgb(238,7,92); }

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