Html Css Color HEX #EA165B Ruby

📋 copy color: '#EA165B'

red 234 ◦ green 22 ◦ blue 91

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

Shades of Ruby #EA165B

Tints of Ruby #EA165B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.22%

R = 67.44%
G = 6.34%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EA165B (or 0xEA165B) is known color: Ruby. HEX triplet: EA, 16 and 5B. RGB value is (234,22,91). Sum of RGB (Red+Green+Blue) = 234+22+91=347 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.44% from 347); Green value is 22 (8.98% from 255 or 6.34% from 347); Blue value is 91 (35.94% from 255 or 26.22% from 347); Max value from RGB is 234 - color contains mainly: red. Hex color #EA165B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA165B is #15E9A4. Grayscale: #5D5D5D. Windows color (decimal): -1436069 or 5969642. OLE color: 5969642.

HSL color Cylindrical-coordinate representation of color #EA165B: hue angle of 340.47º 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 #EA165B is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 22 91 -
CMYK 0 0.91 0.61 0.08
HSL 340.47º 0.83% 0.5% -
HSV(B) 340.47º 0.91% 0.92% -
XYZ 36.11 18.82 11.63 -
YUV 93.25 126.74 228.39 -
System Red Green Blue C M Y K H S L
Decimal 234 22 91 0 0.91 0.61 0.08 340.47 0.83 0.5
Hex EA 16 5B 0 5B 3D 8 154 53 32
Octal 352 26 133 0 133 75 10 524 123 62
Binary 11101010 10110 1011011 0 1011011 111101 1000 101010100 1010011 110010

Color Harmonies of #EA165B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA165B

Black with #EA165B

Text Example


Text Example

White with #EA165B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA165B; }

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

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

background-color css

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

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

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

border-color css

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

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

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