Html Css Color HEX #EA1F5D Ruby

📋 copy color: '#EA1F5D'

red 234 ◦ green 31 ◦ blue 93

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

Shades of Ruby #EA1F5D

Tints of Ruby #EA1F5D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.66%

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

R = 65.36%
G = 8.66%
B = 25.98%

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

#EA1F5D (or 0xEA1F5D) is known color: Ruby. HEX triplet: EA, 1F and 5D. RGB value is (234,31,93). Sum of RGB (Red+Green+Blue) = 234+31+93=358 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.36% from 358); Green value is 31 (12.5% from 255 or 8.66% from 358); Blue value is 93 (36.72% from 255 or 25.98% from 358); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1F5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA1F5D is #15E0A2. Grayscale: #626262. Windows color (decimal): -1433763 or 6103018. OLE color: 6103018.

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

Color convert

RGB 234 31 93 -
CMYK 0 0.87 0.60 0.08
HSL 341.67º 0.83% 0.52% -
HSV(B) 341.67º 0.87% 0.92% -
XYZ 36.4 19.26 12.16 -
YUV 98.77 124.75 224.46 -
System Red Green Blue C M Y K H S L
Decimal 234 31 93 0 0.87 0.60 0.08 341.67 0.83 0.52
Hex EA 1F 5D 0 57 3C 8 156 53 34
Octal 352 37 135 0 127 74 10 526 123 64
Binary 11101010 11111 1011101 0 1010111 111100 1000 101010110 1010011 110100

Color Harmonies of #EA1F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1F5D

Black with #EA1F5D

Text Example


Text Example

White with #EA1F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1F5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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