Html Css Color HEX #EF136A Ruby

📋 copy color: '#EF136A'

red 239 ◦ green 19 ◦ blue 106

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

Shades of Ruby #EF136A

Tints of Ruby #EF136A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.12%

R = 65.66%
G = 5.22%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#EF136A (or 0xEF136A) is known color: Ruby. HEX triplet: EF, 13 and 6A. RGB value is (239,19,106). Sum of RGB (Red+Green+Blue) = 239+19+106=364 (48% of max value = 765). Red value is 239 (93.75% from 255 or 65.66% from 364); Green value is 19 (7.81% from 255 or 5.22% from 364); Blue value is 106 (41.80% from 255 or 29.12% from 364); Max value from RGB is 239 - color contains mainly: red. Hex color #EF136A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EF136A is #10EC95. Grayscale: #5E5E5E. Windows color (decimal): -1109142 or 6951919. OLE color: 6951919.

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

Color convert

RGB 239 19 106 -
CMYK 0 0.92 0.56 0.06
HSL 336.27º 0.87% 0.51% -
HSV(B) 336.27º 0.92% 0.94% -
XYZ 38.43 19.86 15.44 -
YUV 94.7 134.39 230.93 -
System Red Green Blue C M Y K H S L
Decimal 239 19 106 0 0.92 0.56 0.06 336.27 0.87 0.51
Hex EF 13 6A 0 5C 38 6 150 57 33
Octal 357 23 152 0 134 70 6 520 127 63
Binary 11101111 10011 1101010 0 1011100 111000 110 101010000 1010111 110011

Color Harmonies of #EF136A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF136A

Black with #EF136A

Text Example


Text Example

White with #EF136A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF136A; }

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

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

background-color css

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

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

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

border-color css

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

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

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