Html Css Color HEX #EF135A Razzmatazz

📋 copy color: '#EF135A'

red 239 ◦ green 19 ◦ blue 90

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

Shades of Razzmatazz #EF135A

Tints of Razzmatazz #EF135A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.46%

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

R = 68.68%
G = 5.46%
B = 25.86%

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

#EF135A (or 0xEF135A) is known color: Razzmatazz. HEX triplet: EF, 13 and 5A. RGB value is (239,19,90). Sum of RGB (Red+Green+Blue) = 239+19+90=348 (46% of max value = 765). Red value is 239 (93.75% from 255 or 68.68% from 348); Green value is 19 (7.81% from 255 or 5.46% from 348); Blue value is 90 (35.55% from 255 or 25.86% from 348); Max value from RGB is 239 - color contains mainly: red. Hex color #EF135A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF135A is #10ECA5. Grayscale: #5C5C5C. Windows color (decimal): -1109158 or 5903343. OLE color: 5903343.

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

Color convert

RGB 239 19 90 -
CMYK 0 0.92 0.62 0.06
HSL 340.64º 0.87% 0.51% -
HSV(B) 340.64º 0.92% 0.94% -
XYZ 37.67 19.55 11.46 -
YUV 92.87 126.39 232.23 -
System Red Green Blue C M Y K H S L
Decimal 239 19 90 0 0.92 0.62 0.06 340.64 0.87 0.51
Hex EF 13 5A 0 5C 3E 6 155 57 33
Octal 357 23 132 0 134 76 6 525 127 63
Binary 11101111 10011 1011010 0 1011100 111110 110 101010101 1010111 110011

Color Harmonies of #EF135A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF135A

Black with #EF135A

Text Example


Text Example

White with #EF135A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF135A; }

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

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

background-color css

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

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

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

border-color css

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

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

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