Html Css Color HEX #EA206F Ruby

📋 copy color: '#EA206F'

red 234 ◦ green 32 ◦ blue 111

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

Shades of Ruby #EA206F

Tints of Ruby #EA206F

RGB

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

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

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

R = 62.07%
G = 8.49%
B = 29.44%

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

#EA206F (or 0xEA206F) is known color: Ruby. HEX triplet: EA, 20 and 6F. RGB value is (234,32,111). Sum of RGB (Red+Green+Blue) = 234+32+111=377 (49% of max value = 765). Red value is 234 (91.80% from 255 or 62.07% from 377); Green value is 32 (12.89% from 255 or 8.49% from 377); Blue value is 111 (43.75% from 255 or 29.44% from 377); Max value from RGB is 234 - color contains mainly: red. Hex color #EA206F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA206F is #15DF90. Grayscale: #656565. Windows color (decimal): -1433489 or 7282922. OLE color: 7282922.

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

Color convert

RGB 234 32 111 -
CMYK 0 0.86 0.53 0.08
HSL 336.53º 0.83% 0.52% -
HSV(B) 336.53º 0.86% 0.92% -
XYZ 37.32 19.67 16.87 -
YUV 101.4 133.42 222.58 -
System Red Green Blue C M Y K H S L
Decimal 234 32 111 0 0.86 0.53 0.08 336.53 0.83 0.52
Hex EA 20 6F 0 56 35 8 151 53 34
Octal 352 40 157 0 126 65 10 521 123 64
Binary 11101010 100000 1101111 0 1010110 110101 1000 101010001 1010011 110100

Color Harmonies of #EA206F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA206F

Black with #EA206F

Text Example


Text Example

White with #EA206F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA206F; }

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

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

background-color css

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

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

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

border-color css

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

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

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