Html Css Color HEX #EA165E Ruby

📋 copy color: '#EA165E'

red 234 ◦ green 22 ◦ blue 94

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

Shades of Ruby #EA165E

Tints of Ruby #EA165E

RGB

 RED value IS 234 (91.8% from 255) = 66.86%

 GREEN value IS 22 (8.98% from 255) = 6.29%

 BLUE value IS 94 (37.11% from 255) = 26.86%

R = 66.86%
G = 6.29%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EA165E (or 0xEA165E) is known color: Ruby. HEX triplet: EA, 16 and 5E. RGB value is (234,22,94). Sum of RGB (Red+Green+Blue) = 234+22+94=350 (46% of max value = 765). Red value is 234 (91.80% from 255 or 66.86% from 350); Green value is 22 (8.98% from 255 or 6.29% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 234 - color contains mainly: red. Hex color #EA165E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA165E is #15E9A1. Grayscale: #5D5D5D. Windows color (decimal): -1436066 or 6166250. OLE color: 6166250.

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

Color convert

RGB 234 22 94 -
CMYK 0 0.91 0.60 0.08
HSL 339.62º 0.83% 0.5% -
HSV(B) 339.62º 0.91% 0.92% -
XYZ 36.24 18.87 12.32 -
YUV 93.6 128.24 228.15 -
System Red Green Blue C M Y K H S L
Decimal 234 22 94 0 0.91 0.60 0.08 339.62 0.83 0.5
Hex EA 16 5E 0 5B 3C 8 154 53 32
Octal 352 26 136 0 133 74 10 524 123 62
Binary 11101010 10110 1011110 0 1011011 111100 1000 101010100 1010011 110010

Color Harmonies of #EA165E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA165E

Black with #EA165E

Text Example


Text Example

White with #EA165E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA165E; }

 p { color: rgb(234,22,94); }

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

background-color css

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

 a { background-color: rgb(234,22,94); }

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

border-color css

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

 span { border-color: rgb(234,22,94); }

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