Html Css Color HEX #EF075C Razzmatazz

📋 copy color: '#EF075C'

red 239 ◦ green 7 ◦ blue 92

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

Shades of Razzmatazz #EF075C

Tints of Razzmatazz #EF075C

RGB

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

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

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

R = 70.71%
G = 2.07%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EF075C (or 0xEF075C) is known color: Razzmatazz. HEX triplet: EF, 07 and 5C. RGB value is (239,7,92). Sum of RGB (Red+Green+Blue) = 239+7+92=338 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.71% from 338); Green value is 7 (3.12% from 255 or 2.07% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 239 - color contains mainly: red. Hex color #EF075C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF075C is #10F8A3. Grayscale: #555555. Windows color (decimal): -1112228 or 6031343. OLE color: 6031343.

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

Color convert

RGB 239 7 92 -
CMYK 0 0.97 0.62 0.06
HSL 338.02º 0.94% 0.48% -
HSV(B) 338.02º 0.97% 0.94% -
XYZ 37.6 19.28 11.86 -
YUV 86.06 131.36 237.09 -
System Red Green Blue C M Y K H S L
Decimal 239 7 92 0 0.97 0.62 0.06 338.02 0.94 0.48
Hex EF 7 5C 0 61 3E 6 152 5E 30
Octal 357 7 134 0 141 76 6 522 136 60
Binary 11101111 111 1011100 0 1100001 111110 110 101010010 1011110 110000

Color Harmonies of #EF075C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF075C

Black with #EF075C

Text Example


Text Example

White with #EF075C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF075C; }

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

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

background-color css

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

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

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

border-color css

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

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

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