Html Css Color HEX #EA1F65 Ruby

📋 copy color: '#EA1F65'

red 234 ◦ green 31 ◦ blue 101

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

Shades of Ruby #EA1F65

Tints of Ruby #EA1F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.6%

R = 63.93%
G = 8.47%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EA1F65 (or 0xEA1F65) is known color: Ruby. HEX triplet: EA, 1F and 65. RGB value is (234,31,101). Sum of RGB (Red+Green+Blue) = 234+31+101=366 (48% of max value = 765). Red value is 234 (91.80% from 255 or 63.93% from 366); Green value is 31 (12.5% from 255 or 8.47% from 366); Blue value is 101 (39.84% from 255 or 27.60% from 366); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1F65 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA1F65 is #15E09A. Grayscale: #636363. Windows color (decimal): -1433755 or 6627306. OLE color: 6627306.

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

Color convert

RGB 234 31 101 -
CMYK 0 0.87 0.57 0.08
HSL 339.31º 0.83% 0.52% -
HSV(B) 339.31º 0.87% 0.92% -
XYZ 36.77 19.41 14.12 -
YUV 99.68 128.75 223.81 -
System Red Green Blue C M Y K H S L
Decimal 234 31 101 0 0.87 0.57 0.08 339.31 0.83 0.52
Hex EA 1F 65 0 57 39 8 153 53 34
Octal 352 37 145 0 127 71 10 523 123 64
Binary 11101010 11111 1100101 0 1010111 111001 1000 101010011 1010011 110100

Color Harmonies of #EA1F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1F65

Black with #EA1F65

Text Example


Text Example

White with #EA1F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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