Html Css Color HEX #EA216F Ruby

📋 copy color: '#EA216F'

red 234 ◦ green 33 ◦ blue 111

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

Shades of Ruby #EA216F

Tints of Ruby #EA216F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.37%

R = 61.9%
G = 8.73%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EA216F (or 0xEA216F) is known color: Ruby. HEX triplet: EA, 21 and 6F. RGB value is (234,33,111). Sum of RGB (Red+Green+Blue) = 234+33+111=378 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.90% from 378); Green value is 33 (13.28% from 255 or 8.73% from 378); Blue value is 111 (43.75% from 255 or 29.37% from 378); Max value from RGB is 234 - color contains mainly: red. Hex color #EA216F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA216F is #15DE90. Grayscale: #656565. Windows color (decimal): -1433233 or 7283178. OLE color: 7283178.

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

Color convert

RGB 234 33 111 -
CMYK 0 0.86 0.53 0.08
HSL 336.72º 0.83% 0.52% -
HSV(B) 336.72º 0.86% 0.92% -
XYZ 37.34 19.73 16.88 -
YUV 101.99 133.09 222.16 -
System Red Green Blue C M Y K H S L
Decimal 234 33 111 0 0.86 0.53 0.08 336.72 0.83 0.52
Hex EA 21 6F 0 56 35 8 151 53 34
Octal 352 41 157 0 126 65 10 521 123 64
Binary 11101010 100001 1101111 0 1010110 110101 1000 101010001 1010011 110100

Color Harmonies of #EA216F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA216F

Black with #EA216F

Text Example


Text Example

White with #EA216F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA216F; }

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

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

background-color css

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

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

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

border-color css

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

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

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