Html Css Color HEX #EF0174 Razzmatazz

📋 copy color: '#EF0174'

red 239 ◦ green 1 ◦ blue 116

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

Shades of Razzmatazz #EF0174

Tints of Razzmatazz #EF0174

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.28%

 BLUE value IS 116 (45.7% from 255) = 32.58%

R = 67.13%
G = 0.28%
B = 32.58%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EF0174 (or 0xEF0174) is known color: Razzmatazz. HEX triplet: EF, 01 and 74. RGB value is (239,1,116). Sum of RGB (Red+Green+Blue) = 239+1+116=356 (47% of max value = 765). Red value is 239 (93.75% from 255 or 67.13% from 356); Green value is 1 (0.78% from 255 or 0.28% from 356); Blue value is 116 (45.70% from 255 or 32.58% from 356); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0174 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0174 is #10FE8B. Grayscale: #555555. Windows color (decimal): -1113740 or 7602671. OLE color: 7602671.

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

Color convert

RGB 239 1 116 -
CMYK 0 1.00 0.51 0.06
HSL 331.01º 0.99% 0.47% -
HSV(B) 331.01º 1% 0.94% -
XYZ 38.76 19.63 18.27 -
YUV 85.27 145.35 237.65 -
System Red Green Blue C M Y K H S L
Decimal 239 1 116 0 1.00 0.51 0.06 331.01 0.99 0.47
Hex EF 1 74 0 64 33 6 14B 63 2F
Octal 357 1 164 0 144 63 6 513 143 57
Binary 11101111 1 1110100 0 1100100 110011 110 101001011 1100011 101111

Color Harmonies of #EF0174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0174

Black with #EF0174

Text Example


Text Example

White with #EF0174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0174; }

 p { color: rgb(239,1,116); }

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

background-color css

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

 a { background-color: rgb(239,1,116); }

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

border-color css

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

 span { border-color: rgb(239,1,116); }

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