Html Css Color HEX #EA145C Ruby

📋 copy color: '#EA145C'

red 234 ◦ green 20 ◦ blue 92

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

Shades of Ruby #EA145C

Tints of Ruby #EA145C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.78%

 BLUE value IS 92 (36.33% from 255) = 26.59%

R = 67.63%
G = 5.78%
B = 26.59%

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

#EA145C (or 0xEA145C) is known color: Ruby. HEX triplet: EA, 14 and 5C. RGB value is (234,20,92). Sum of RGB (Red+Green+Blue) = 234+20+92=346 (45% of max value = 765). Red value is 234 (91.80% from 255 or 67.63% from 346); Green value is 20 (8.20% from 255 or 5.78% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 234 - color contains mainly: red. Hex color #EA145C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA145C is #15EBA3. Grayscale: #5C5C5C. Windows color (decimal): -1436580 or 6034666. OLE color: 6034666.

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

Color convert

RGB 234 20 92 -
CMYK 0 0.91 0.61 0.08
HSL 339.81º 0.84% 0.5% -
HSV(B) 339.81º 0.91% 0.92% -
XYZ 36.11 18.77 11.84 -
YUV 92.19 127.9 229.15 -
System Red Green Blue C M Y K H S L
Decimal 234 20 92 0 0.91 0.61 0.08 339.81 0.84 0.5
Hex EA 14 5C 0 5B 3D 8 154 54 32
Octal 352 24 134 0 133 75 10 524 124 62
Binary 11101010 10100 1011100 0 1011011 111101 1000 101010100 1010100 110010

Color Harmonies of #EA145C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA145C

Black with #EA145C

Text Example


Text Example

White with #EA145C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA145C; }

 p { color: rgb(234,20,92); }

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

background-color css

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

 a { background-color: rgb(234,20,92); }

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

border-color css

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

 span { border-color: rgb(234,20,92); }

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