Html Css Color HEX #EA206D Ruby

📋 copy color: '#EA206D'

red 234 ◦ green 32 ◦ blue 109

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

Shades of Ruby #EA206D

Tints of Ruby #EA206D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.53%

 BLUE value IS 109 (42.97% from 255) = 29.07%

R = 62.4%
G = 8.53%
B = 29.07%

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

#EA206D (or 0xEA206D) is known color: Ruby. HEX triplet: EA, 20 and 6D. RGB value is (234,32,109). Sum of RGB (Red+Green+Blue) = 234+32+109=375 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.4% from 375); Green value is 32 (12.89% from 255 or 8.53% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 234 - color contains mainly: red. Hex color #EA206D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA206D is #15DF92. Grayscale: #656565. Windows color (decimal): -1433491 or 7151850. OLE color: 7151850.

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

Color convert

RGB 234 32 109 -
CMYK 0 0.86 0.53 0.08
HSL 337.13º 0.83% 0.52% -
HSV(B) 337.13º 0.86% 0.92% -
XYZ 37.21 19.63 16.3 -
YUV 101.18 132.42 222.74 -
System Red Green Blue C M Y K H S L
Decimal 234 32 109 0 0.86 0.53 0.08 337.13 0.83 0.52
Hex EA 20 6D 0 56 35 8 151 53 34
Octal 352 40 155 0 126 65 10 521 123 64
Binary 11101010 100000 1101101 0 1010110 110101 1000 101010001 1010011 110100

Color Harmonies of #EA206D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA206D

Black with #EA206D

Text Example


Text Example

White with #EA206D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA206D; }

 p { color: rgb(234,32,109); }

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

background-color css

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

 a { background-color: rgb(234,32,109); }

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

border-color css

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

 span { border-color: rgb(234,32,109); }

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