Html Css Color HEX #EF0A6D Razzmatazz

📋 copy color: '#EF0A6D'

red 239 ◦ green 10 ◦ blue 109

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

Shades of Razzmatazz #EF0A6D

Tints of Razzmatazz #EF0A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.45%

R = 66.76%
G = 2.79%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EF0A6D (or 0xEF0A6D) is known color: Razzmatazz. HEX triplet: EF, 0A and 6D. RGB value is (239,10,109). Sum of RGB (Red+Green+Blue) = 239+10+109=358 (47% of max value = 765). Red value is 239 (93.75% from 255 or 66.76% from 358); Green value is 10 (4.30% from 255 or 2.79% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0A6D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0A6D is #10F592. Grayscale: #595959. Windows color (decimal): -1111443 or 7146223. OLE color: 7146223.

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

Color convert

RGB 239 10 109 -
CMYK 0 0.96 0.54 0.06
HSL 334.06º 0.92% 0.49% -
HSV(B) 334.06º 0.96% 0.94% -
XYZ 38.47 19.67 16.24 -
YUV 89.76 138.87 234.45 -
System Red Green Blue C M Y K H S L
Decimal 239 10 109 0 0.96 0.54 0.06 334.06 0.92 0.49
Hex EF A 6D 0 60 36 6 14E 5C 31
Octal 357 12 155 0 140 66 6 516 134 61
Binary 11101111 1010 1101101 0 1100000 110110 110 101001110 1011100 110001

Color Harmonies of #EF0A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0A6D

Black with #EF0A6D

Text Example


Text Example

White with #EF0A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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