Html Css Color HEX #EF0257 Razzmatazz

📋 copy color: '#EF0257'

red 239 ◦ green 2 ◦ blue 87

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

Shades of Razzmatazz #EF0257

Tints of Razzmatazz #EF0257

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.61%

 BLUE value IS 87 (34.38% from 255) = 26.52%

R = 72.87%
G = 0.61%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EF0257 (or 0xEF0257) is known color: Razzmatazz. HEX triplet: EF, 02 and 57. RGB value is (239,2,87). Sum of RGB (Red+Green+Blue) = 239+2+87=328 (43% of max value = 765). Red value is 239 (93.75% from 255 or 72.87% from 328); Green value is 2 (1.17% from 255 or 0.61% from 328); Blue value is 87 (34.38% from 255 or 26.52% from 328); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0257 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF0257 is #10FDA8. Grayscale: #525252. Windows color (decimal): -1113513 or 5702383. OLE color: 5702383.

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

Color convert

RGB 239 2 87 -
CMYK 0 0.99 0.64 0.06
HSL 338.48º 0.98% 0.47% -
HSV(B) 338.48º 0.99% 0.94% -
XYZ 37.34 19.08 10.73 -
YUV 82.55 130.52 239.59 -
System Red Green Blue C M Y K H S L
Decimal 239 2 87 0 0.99 0.64 0.06 338.48 0.98 0.47
Hex EF 2 57 0 63 40 6 152 62 2F
Octal 357 2 127 0 143 100 6 522 142 57
Binary 11101111 10 1010111 0 1100011 1000000 110 101010010 1100010 101111

Color Harmonies of #EF0257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0257

Black with #EF0257

Text Example


Text Example

White with #EF0257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0257; }

 p { color: rgb(239,2,87); }

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

background-color css

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

 a { background-color: rgb(239,2,87); }

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

border-color css

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

 span { border-color: rgb(239,2,87); }

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