Html Css Color HEX #EF1857 Razzmatazz

📋 copy color: '#EF1857'

red 239 ◦ green 24 ◦ blue 87

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

Shades of Razzmatazz #EF1857

Tints of Razzmatazz #EF1857

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.86%

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

R = 68.29%
G = 6.86%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#EF1857 (or 0xEF1857) is known color: Razzmatazz. HEX triplet: EF, 18 and 57. RGB value is (239,24,87). Sum of RGB (Red+Green+Blue) = 239+24+87=350 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.29% from 350); Green value is 24 (9.77% from 255 or 6.86% from 350); Blue value is 87 (34.38% from 255 or 24.86% from 350); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1857 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF1857 is #10E7A8. Grayscale: #5F5F5F. Windows color (decimal): -1107881 or 5708015. OLE color: 5708015.

HSL color Cylindrical-coordinate representation of color #EF1857: hue angle of 342.42º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF1857 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 24 87 -
CMYK 0 0.90 0.64 0.06
HSL 342.42º 0.87% 0.52% -
HSV(B) 342.42º 0.9% 0.94% -
XYZ 37.64 19.69 10.83 -
YUV 95.47 123.23 230.38 -
System Red Green Blue C M Y K H S L
Decimal 239 24 87 0 0.90 0.64 0.06 342.42 0.87 0.52
Hex EF 18 57 0 5A 40 6 156 57 34
Octal 357 30 127 0 132 100 6 526 127 64
Binary 11101111 11000 1010111 0 1011010 1000000 110 101010110 1010111 110100

Color Harmonies of #EF1857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF1857

Black with #EF1857

Text Example


Text Example

White with #EF1857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF1857; }

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

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

background-color css

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

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

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

border-color css

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

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

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