Html Css Color HEX #EF006E Razzmatazz

📋 copy color: '#EF006E'

red 239 ◦ green 0 ◦ blue 110

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

Shades of Razzmatazz #EF006E

Tints of Razzmatazz #EF006E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 110 (43.36% from 255) = 31.52%

R = 68.48%
G = 0%
B = 31.52%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#EF006E (or 0xEF006E) is known color: Razzmatazz. HEX triplet: EF, 00 and 6E. RGB value is (239,0,110). Sum of RGB (Red+Green+Blue) = 239+0+110=349 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.48% from 349); Green value is 0 (0.39% from 255 or 0% from 349); Blue value is 110 (43.36% from 255 or 31.52% from 349); Max value from RGB is 239 - color contains mainly: red. Hex color #EF006E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF006E is #10FF91. Grayscale: #535353. Windows color (decimal): -1114002 or 7209199. OLE color: 7209199.

HSL color Cylindrical-coordinate representation of color #EF006E: hue angle of 332.38º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF006E is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 0 110 -
CMYK 0 1 0.54 0.06
HSL 332.38º 1% 0.47% -
HSV(B) 332.38º 1% 0.94% -
XYZ 38.41 19.48 16.49 -
YUV 84 142.68 238.56 -
System Red Green Blue C M Y K H S L
Decimal 239 0 110 0 1 0.54 0.06 332.38 1 0.47
Hex EF 0 6E 0 64 36 6 14C 64 2F
Octal 357 0 156 0 144 66 6 514 144 57
Binary 11101111 0 1101110 0 1100100 110110 110 101001100 1100100 101111

Color Harmonies of #EF006E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF006E

Black with #EF006E

Text Example


Text Example

White with #EF006E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF006E; }

 p { color: rgb(239,0,110); }

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

background-color css

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

 a { background-color: rgb(239,0,110); }

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

border-color css

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

 span { border-color: rgb(239,0,110); }

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