Html Css Color HEX #EF125F Razzmatazz

📋 copy color: '#EF125F'

red 239 ◦ green 18 ◦ blue 95

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

Shades of Razzmatazz #EF125F

Tints of Razzmatazz #EF125F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.11%

 BLUE value IS 95 (37.5% from 255) = 26.99%

R = 67.9%
G = 5.11%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#EF125F (or 0xEF125F) is known color: Razzmatazz. HEX triplet: EF, 12 and 5F. RGB value is (239,18,95). Sum of RGB (Red+Green+Blue) = 239+18+95=352 (46% of max value = 765). Red value is 239 (93.75% from 255 or 67.90% from 352); Green value is 18 (7.42% from 255 or 5.11% from 352); Blue value is 95 (37.5% from 255 or 26.99% from 352); Max value from RGB is 239 - color contains mainly: red. Hex color #EF125F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF125F is #10EDA0. Grayscale: #5C5C5C. Windows color (decimal): -1109409 or 6230767. OLE color: 6230767.

HSL color Cylindrical-coordinate representation of color #EF125F: hue angle of 339.1º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EF125F is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 18 95 -
CMYK 0 0.92 0.60 0.06
HSL 339.1º 0.87% 0.5% -
HSV(B) 339.1º 0.92% 0.94% -
XYZ 37.88 19.61 12.62 -
YUV 92.86 129.22 232.24 -
System Red Green Blue C M Y K H S L
Decimal 239 18 95 0 0.92 0.60 0.06 339.1 0.87 0.5
Hex EF 12 5F 0 5C 3C 6 153 57 32
Octal 357 22 137 0 134 74 6 523 127 62
Binary 11101111 10010 1011111 0 1011100 111100 110 101010011 1010111 110010

Color Harmonies of #EF125F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF125F

Black with #EF125F

Text Example


Text Example

White with #EF125F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF125F; }

 p { color: rgb(239,18,95); }

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

background-color css

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

 a { background-color: rgb(239,18,95); }

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

border-color css

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

 span { border-color: rgb(239,18,95); }

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