Html Css Color HEX #EA216C Ruby

📋 copy color: '#EA216C'

red 234 ◦ green 33 ◦ blue 108

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

Shades of Ruby #EA216C

Tints of Ruby #EA216C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.8%

R = 62.4%
G = 8.8%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EA216C (or 0xEA216C) is known color: Ruby. HEX triplet: EA, 21 and 6C. RGB value is (234,33,108). Sum of RGB (Red+Green+Blue) = 234+33+108=375 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.4% from 375); Green value is 33 (13.28% from 255 or 8.8% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 234 - color contains mainly: red. Hex color #EA216C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA216C is #15DE93. Grayscale: #656565. Windows color (decimal): -1433236 or 7086570. OLE color: 7086570.

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

Color convert

RGB 234 33 108 -
CMYK 0 0.86 0.54 0.08
HSL 337.61º 0.83% 0.52% -
HSV(B) 337.61º 0.86% 0.92% -
XYZ 37.18 19.66 16.02 -
YUV 101.65 131.59 222.4 -
System Red Green Blue C M Y K H S L
Decimal 234 33 108 0 0.86 0.54 0.08 337.61 0.83 0.52
Hex EA 21 6C 0 56 36 8 152 53 34
Octal 352 41 154 0 126 66 10 522 123 64
Binary 11101010 100001 1101100 0 1010110 110110 1000 101010010 1010011 110100

Color Harmonies of #EA216C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA216C

Black with #EA216C

Text Example


Text Example

White with #EA216C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA216C; }

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

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

background-color css

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

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

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

border-color css

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

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

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