Html Css Color HEX #EF0A4B Razzmatazz

📋 copy color: '#EF0A4B'

red 239 ◦ green 10 ◦ blue 75

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

Shades of Razzmatazz #EF0A4B

Tints of Razzmatazz #EF0A4B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.09%

 BLUE value IS 75 (29.69% from 255) = 23.15%

R = 73.77%
G = 3.09%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#EF0A4B (or 0xEF0A4B) is known color: Razzmatazz. HEX triplet: EF, 0A and 4B. RGB value is (239,10,75). Sum of RGB (Red+Green+Blue) = 239+10+75=324 (42% of max value = 765). Red value is 239 (93.75% from 255 or 73.77% from 324); Green value is 10 (4.30% from 255 or 3.09% from 324); Blue value is 75 (29.69% from 255 or 23.15% from 324); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0A4B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EF0A4B is #10F5B4. Grayscale: #555555. Windows color (decimal): -1111477 or 4917999. OLE color: 4917999.

HSL color Cylindrical-coordinate representation of color #EF0A4B: hue angle of 342.97º degrees, saturation: 0.92, 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 #EF0A4B is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 10 75 -
CMYK 0 0.96 0.69 0.06
HSL 342.97º 0.92% 0.49% -
HSV(B) 342.97º 0.96% 0.94% -
XYZ 36.98 19.08 8.39 -
YUV 85.88 121.87 237.21 -
System Red Green Blue C M Y K H S L
Decimal 239 10 75 0 0.96 0.69 0.06 342.97 0.92 0.49
Hex EF A 4B 0 60 45 6 157 5C 31
Octal 357 12 113 0 140 105 6 527 134 61
Binary 11101111 1010 1001011 0 1100000 1000101 110 101010111 1011100 110001

Color Harmonies of #EF0A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0A4B

Black with #EF0A4B

Text Example


Text Example

White with #EF0A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0A4B; }

 p { color: rgb(239,10,75); }

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

background-color css

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

 a { background-color: rgb(239,10,75); }

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

border-color css

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

 span { border-color: rgb(239,10,75); }

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