Html Css Color HEX #EA2168 Ruby

📋 copy color: '#EA2168'

red 234 ◦ green 33 ◦ blue 104

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

Shades of Ruby #EA2168

Tints of Ruby #EA2168

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.89%

 BLUE value IS 104 (41.02% from 255) = 28.03%

R = 63.07%
G = 8.89%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EA2168 (or 0xEA2168) is known color: Ruby. HEX triplet: EA, 21 and 68. RGB value is (234,33,104). Sum of RGB (Red+Green+Blue) = 234+33+104=371 (49% of max value = 765). Red value is 234 (91.80% from 255 or 63.07% from 371); Green value is 33 (13.28% from 255 or 8.89% from 371); Blue value is 104 (41.02% from 255 or 28.03% from 371); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2168 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA2168 is #15DE97. Grayscale: #656565. Windows color (decimal): -1433240 or 6824426. OLE color: 6824426.

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

Color convert

RGB 234 33 104 -
CMYK 0 0.86 0.56 0.08
HSL 338.81º 0.83% 0.52% -
HSV(B) 338.81º 0.86% 0.92% -
XYZ 36.97 19.58 14.93 -
YUV 101.19 129.59 222.73 -
System Red Green Blue C M Y K H S L
Decimal 234 33 104 0 0.86 0.56 0.08 338.81 0.83 0.52
Hex EA 21 68 0 56 38 8 153 53 34
Octal 352 41 150 0 126 70 10 523 123 64
Binary 11101010 100001 1101000 0 1010110 111000 1000 101010011 1010011 110100

Color Harmonies of #EA2168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2168

Black with #EA2168

Text Example


Text Example

White with #EA2168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2168; }

 p { color: rgb(234,33,104); }

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

background-color css

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

 a { background-color: rgb(234,33,104); }

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

border-color css

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

 span { border-color: rgb(234,33,104); }

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