Html Css Color HEX #EA1E5D Ruby

📋 copy color: '#EA1E5D'

red 234 ◦ green 30 ◦ blue 93

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

Shades of Ruby #EA1E5D

Tints of Ruby #EA1E5D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.4%

 BLUE value IS 93 (36.72% from 255) = 26.05%

R = 65.55%
G = 8.4%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EA1E5D (or 0xEA1E5D) is known color: Ruby. HEX triplet: EA, 1E and 5D. RGB value is (234,30,93). Sum of RGB (Red+Green+Blue) = 234+30+93=357 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.55% from 357); Green value is 30 (12.11% from 255 or 8.40% from 357); Blue value is 93 (36.72% from 255 or 26.05% from 357); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1E5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA1E5D is #15E1A2. Grayscale: #626262. Windows color (decimal): -1434019 or 6102762. OLE color: 6102762.

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

Color convert

RGB 234 30 93 -
CMYK 0 0.87 0.60 0.08
HSL 341.47º 0.83% 0.52% -
HSV(B) 341.47º 0.87% 0.92% -
XYZ 36.37 19.21 12.15 -
YUV 98.18 125.09 224.88 -
System Red Green Blue C M Y K H S L
Decimal 234 30 93 0 0.87 0.60 0.08 341.47 0.83 0.52
Hex EA 1E 5D 0 57 3C 8 155 53 34
Octal 352 36 135 0 127 74 10 525 123 64
Binary 11101010 11110 1011101 0 1010111 111100 1000 101010101 1010011 110100

Color Harmonies of #EA1E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1E5D

Black with #EA1E5D

Text Example


Text Example

White with #EA1E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1E5D; }

 p { color: rgb(234,30,93); }

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

background-color css

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

 a { background-color: rgb(234,30,93); }

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

border-color css

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

 span { border-color: rgb(234,30,93); }

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