Html Css Color HEX #EF0875 Razzmatazz

📋 copy color: '#EF0875'

red 239 ◦ green 8 ◦ blue 117

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

Shades of Razzmatazz #EF0875

Tints of Razzmatazz #EF0875

RGB

 RED value IS 239 (93.75% from 255) = 65.66%

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

 BLUE value IS 117 (46.09% from 255) = 32.14%

R = 65.66%
G = 2.2%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EF0875 (or 0xEF0875) is known color: Razzmatazz. HEX triplet: EF, 08 and 75. RGB value is (239,8,117). Sum of RGB (Red+Green+Blue) = 239+8+117=364 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.66% from 364); Green value is 8 (3.52% from 255 or 2.20% from 364); Blue value is 117 (46.09% from 255 or 32.14% from 364); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0875 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0875 is #10F78A. Grayscale: #595959. Windows color (decimal): -1111947 or 7669999. OLE color: 7669999.

HSL color Cylindrical-coordinate representation of color #EF0875: hue angle of 331.69º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EF0875 is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 8 117 -
CMYK 0 0.97 0.51 0.06
HSL 331.69º 0.94% 0.48% -
HSV(B) 331.69º 0.97% 0.94% -
XYZ 38.89 19.81 18.6 -
YUV 89.5 143.53 234.64 -
System Red Green Blue C M Y K H S L
Decimal 239 8 117 0 0.97 0.51 0.06 331.69 0.94 0.48
Hex EF 8 75 0 61 33 6 14C 5E 30
Octal 357 10 165 0 141 63 6 514 136 60
Binary 11101111 1000 1110101 0 1100001 110011 110 101001100 1011110 110000

Color Harmonies of #EF0875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0875

Black with #EF0875

Text Example


Text Example

White with #EF0875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0875; }

 p { color: rgb(239,8,117); }

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

background-color css

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

 a { background-color: rgb(239,8,117); }

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

border-color css

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

 span { border-color: rgb(239,8,117); }

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