Html Css Color HEX #EF075A Razzmatazz

📋 copy color: '#EF075A'

red 239 ◦ green 7 ◦ blue 90

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

Shades of Razzmatazz #EF075A

Tints of Razzmatazz #EF075A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.79%

R = 71.13%
G = 2.08%
B = 26.79%

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

#EF075A (or 0xEF075A) is known color: Razzmatazz. HEX triplet: EF, 07 and 5A. RGB value is (239,7,90). Sum of RGB (Red+Green+Blue) = 239+7+90=336 (44% of max value = 765). Red value is 239 (93.75% from 255 or 71.13% from 336); Green value is 7 (3.12% from 255 or 2.08% from 336); Blue value is 90 (35.55% from 255 or 26.79% from 336); Max value from RGB is 239 - color contains mainly: red. Hex color #EF075A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF075A is #10F8A5. Grayscale: #555555. Windows color (decimal): -1112230 or 5900271. OLE color: 5900271.

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

Color convert

RGB 239 7 90 -
CMYK 0 0.97 0.62 0.06
HSL 338.53º 0.94% 0.48% -
HSV(B) 338.53º 0.97% 0.94% -
XYZ 37.52 19.24 11.41 -
YUV 85.83 130.36 237.25 -
System Red Green Blue C M Y K H S L
Decimal 239 7 90 0 0.97 0.62 0.06 338.53 0.94 0.48
Hex EF 7 5A 0 61 3E 6 153 5E 30
Octal 357 7 132 0 141 76 6 523 136 60
Binary 11101111 111 1011010 0 1100001 111110 110 101010011 1011110 110000

Color Harmonies of #EF075A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF075A

Black with #EF075A

Text Example


Text Example

White with #EF075A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF075A; }

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

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

background-color css

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

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

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

border-color css

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

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

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