Html Css Color HEX #EF095A Razzmatazz

📋 copy color: '#EF095A'

red 239 ◦ green 9 ◦ blue 90

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

Shades of Razzmatazz #EF095A

Tints of Razzmatazz #EF095A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.66%

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

R = 70.71%
G = 2.66%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EF095A (or 0xEF095A) is known color: Razzmatazz. HEX triplet: EF, 09 and 5A. RGB value is (239,9,90). Sum of RGB (Red+Green+Blue) = 239+9+90=338 (44% of max value = 765). Red value is 239 (93.75% from 255 or 70.71% from 338); Green value is 9 (3.91% from 255 or 2.66% from 338); Blue value is 90 (35.55% from 255 or 26.63% from 338); Max value from RGB is 239 - color contains mainly: red. Hex color #EF095A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF095A is #10F6A5. Grayscale: #565656. Windows color (decimal): -1111718 or 5900783. OLE color: 5900783.

HSL color Cylindrical-coordinate representation of color #EF095A: hue angle of 338.87º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF095A is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 9 90 -
CMYK 0 0.96 0.62 0.06
HSL 338.87º 0.93% 0.49% -
HSV(B) 338.87º 0.96% 0.94% -
XYZ 37.54 19.28 11.42 -
YUV 87 129.7 236.41 -
System Red Green Blue C M Y K H S L
Decimal 239 9 90 0 0.96 0.62 0.06 338.87 0.93 0.49
Hex EF 9 5A 0 60 3E 6 153 5D 31
Octal 357 11 132 0 140 76 6 523 135 61
Binary 11101111 1001 1011010 0 1100000 111110 110 101010011 1011101 110001

Color Harmonies of #EF095A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF095A

Black with #EF095A

Text Example


Text Example

White with #EF095A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF095A; }

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

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

background-color css

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

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

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

border-color css

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

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

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