Html Css Color HEX #EA187A Ruby

📋 copy color: '#EA187A'

red 234 ◦ green 24 ◦ blue 122

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

Shades of Ruby #EA187A

Tints of Ruby #EA187A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.32%

 BLUE value IS 122 (48.05% from 255) = 32.11%

R = 61.58%
G = 6.32%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EA187A (or 0xEA187A) is known color: Ruby. HEX triplet: EA, 18 and 7A. RGB value is (234,24,122). Sum of RGB (Red+Green+Blue) = 234+24+122=380 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.58% from 380); Green value is 24 (9.77% from 255 or 6.32% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 234 - color contains mainly: red. Hex color #EA187A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA187A is #15E785. Grayscale: #616161. Windows color (decimal): -1435526 or 8001770. OLE color: 8001770.

HSL color Cylindrical-coordinate representation of color #EA187A: hue angle of 332º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA187A is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 24 122 -
CMYK 0 0.90 0.48 0.08
HSL 332º 0.83% 0.51% -
HSV(B) 332º 0.9% 0.92% -
XYZ 37.77 19.55 20.2 -
YUV 97.96 141.57 225.03 -
System Red Green Blue C M Y K H S L
Decimal 234 24 122 0 0.90 0.48 0.08 332 0.83 0.51
Hex EA 18 7A 0 5A 30 8 14C 53 33
Octal 352 30 172 0 132 60 10 514 123 63
Binary 11101010 11000 1111010 0 1011010 110000 1000 101001100 1010011 110011

Color Harmonies of #EA187A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA187A

Black with #EA187A

Text Example


Text Example

White with #EA187A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA187A; }

 p { color: rgb(234,24,122); }

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

background-color css

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

 a { background-color: rgb(234,24,122); }

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

border-color css

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

 span { border-color: rgb(234,24,122); }

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