Html Css Color HEX #EF0A65 Razzmatazz

📋 copy color: '#EF0A65'

red 239 ◦ green 10 ◦ blue 101

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

Shades of Razzmatazz #EF0A65

Tints of Razzmatazz #EF0A65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 28.86%

R = 68.29%
G = 2.86%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#EF0A65 (or 0xEF0A65) is known color: Razzmatazz. HEX triplet: EF, 0A and 65. RGB value is (239,10,101). Sum of RGB (Red+Green+Blue) = 239+10+101=350 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.29% from 350); Green value is 10 (4.30% from 255 or 2.86% from 350); Blue value is 101 (39.84% from 255 or 28.86% from 350); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0A65 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0A65 is #10F59A. Grayscale: #585858. Windows color (decimal): -1111451 or 6621935. OLE color: 6621935.

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

Color convert

RGB 239 10 101 -
CMYK 0 0.96 0.58 0.06
HSL 336.16º 0.92% 0.49% -
HSV(B) 336.16º 0.96% 0.94% -
XYZ 38.05 19.51 14.07 -
YUV 88.85 134.87 235.1 -
System Red Green Blue C M Y K H S L
Decimal 239 10 101 0 0.96 0.58 0.06 336.16 0.92 0.49
Hex EF A 65 0 60 3A 6 150 5C 31
Octal 357 12 145 0 140 72 6 520 134 61
Binary 11101111 1010 1100101 0 1100000 111010 110 101010000 1011100 110001

Color Harmonies of #EF0A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0A65

Black with #EF0A65

Text Example


Text Example

White with #EF0A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0A65; }

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

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

background-color css

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

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

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

border-color css

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

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

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