Html Css Color HEX #EE075B Razzmatazz

📋 copy color: '#EE075B'

red 238 ◦ green 7 ◦ blue 91

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

Shades of Razzmatazz #EE075B

Tints of Razzmatazz #EE075B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.08%

R = 70.83%
G = 2.08%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EE075B (or 0xEE075B) is known color: Razzmatazz. HEX triplet: EE, 07 and 5B. RGB value is (238,7,91). Sum of RGB (Red+Green+Blue) = 238+7+91=336 (44% of max value = 765). Red value is 238 (93.36% from 255 or 70.83% from 336); Green value is 7 (3.12% from 255 or 2.08% from 336); Blue value is 91 (35.94% from 255 or 27.08% from 336); Max value from RGB is 238 - color contains mainly: red. Hex color #EE075B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE075B is #11F8A4. Grayscale: #555555. Windows color (decimal): -1177765 or 5965806. OLE color: 5965806.

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

Color convert

RGB 238 7 91 -
CMYK 0 0.97 0.62 0.07
HSL 338.18º 0.94% 0.48% -
HSV(B) 338.18º 0.97% 0.93% -
XYZ 37.22 19.08 11.62 -
YUV 85.65 131.03 236.67 -
System Red Green Blue C M Y K H S L
Decimal 238 7 91 0 0.97 0.62 0.07 338.18 0.94 0.48
Hex EE 7 5B 0 61 3E 7 152 5E 30
Octal 356 7 133 0 141 76 7 522 136 60
Binary 11101110 111 1011011 0 1100001 111110 111 101010010 1011110 110000

Color Harmonies of #EE075B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE075B

Black with #EE075B

Text Example


Text Example

White with #EE075B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE075B; }

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

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

background-color css

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

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

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

border-color css

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

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

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