Html Css Color HEX #EF125A Razzmatazz

📋 copy color: '#EF125A'

red 239 ◦ green 18 ◦ blue 90

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

Shades of Razzmatazz #EF125A

Tints of Razzmatazz #EF125A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.94%

R = 68.88%
G = 5.19%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.62

 K value IS 0.06

RGB Variations

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

Color information

#EF125A (or 0xEF125A) is known color: Razzmatazz. HEX triplet: EF, 12 and 5A. RGB value is (239,18,90). Sum of RGB (Red+Green+Blue) = 239+18+90=347 (45% of max value = 765). Red value is 239 (93.75% from 255 or 68.88% from 347); Green value is 18 (7.42% from 255 or 5.19% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 239 - color contains mainly: red. Hex color #EF125A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF125A is #10EDA5. Grayscale: #5C5C5C. Windows color (decimal): -1109414 or 5903087. OLE color: 5903087.

HSL color Cylindrical-coordinate representation of color #EF125A: hue angle of 340.45º 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 #EF125A is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 18 90 -
CMYK 0 0.92 0.62 0.06
HSL 340.45º 0.87% 0.5% -
HSV(B) 340.45º 0.92% 0.94% -
XYZ 37.66 19.52 11.46 -
YUV 92.29 126.72 232.65 -
System Red Green Blue C M Y K H S L
Decimal 239 18 90 0 0.92 0.62 0.06 340.45 0.87 0.5
Hex EF 12 5A 0 5C 3E 6 154 57 32
Octal 357 22 132 0 134 76 6 524 127 62
Binary 11101111 10010 1011010 0 1011100 111110 110 101010100 1010111 110010

Color Harmonies of #EF125A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF125A

Black with #EF125A

Text Example


Text Example

White with #EF125A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF125A; }

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

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

background-color css

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

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

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

border-color css

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

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

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