Html Css Color HEX #EA1865 Ruby

📋 copy color: '#EA1865'

red 234 ◦ green 24 ◦ blue 101

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

Shades of Ruby #EA1865

Tints of Ruby #EA1865

RGB

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

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

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

R = 65.18%
G = 6.69%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EA1865 (or 0xEA1865) is known color: Ruby. HEX triplet: EA, 18 and 65. RGB value is (234,24,101). Sum of RGB (Red+Green+Blue) = 234+24+101=359 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65.18% from 359); Green value is 24 (9.77% from 255 or 6.69% from 359); Blue value is 101 (39.84% from 255 or 28.13% from 359); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1865 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EA1865 is #15E79A. Grayscale: #5F5F5F. Windows color (decimal): -1435547 or 6625514. OLE color: 6625514.

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

Color convert

RGB 234 24 101 -
CMYK 0 0.90 0.57 0.08
HSL 338º 0.83% 0.51% -
HSV(B) 338º 0.9% 0.92% -
XYZ 36.61 19.09 14.07 -
YUV 95.57 131.07 226.74 -
System Red Green Blue C M Y K H S L
Decimal 234 24 101 0 0.90 0.57 0.08 338 0.83 0.51
Hex EA 18 65 0 5A 39 8 152 53 33
Octal 352 30 145 0 132 71 10 522 123 63
Binary 11101010 11000 1100101 0 1011010 111001 1000 101010010 1010011 110011

Color Harmonies of #EA1865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1865

Black with #EA1865

Text Example


Text Example

White with #EA1865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1865; }

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

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

background-color css

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

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

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

border-color css

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

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

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