Html Css Color HEX #EA205E Ruby

📋 copy color: '#EA205E'

red 234 ◦ green 32 ◦ blue 94

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

Shades of Ruby #EA205E

Tints of Ruby #EA205E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.11%

R = 65%
G = 8.89%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EA205E (or 0xEA205E) is known color: Ruby. HEX triplet: EA, 20 and 5E. RGB value is (234,32,94). Sum of RGB (Red+Green+Blue) = 234+32+94=360 (47% of max value = 765). Red value is 234 (91.80% from 255 or 65% from 360); Green value is 32 (12.89% from 255 or 8.89% from 360); Blue value is 94 (37.11% from 255 or 26.11% from 360); Max value from RGB is 234 - color contains mainly: red. Hex color #EA205E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EA205E is #15DFA1. Grayscale: #636363. Windows color (decimal): -1433506 or 6168810. OLE color: 6168810.

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

Color convert

RGB 234 32 94 -
CMYK 0 0.86 0.60 0.08
HSL 341.58º 0.83% 0.52% -
HSV(B) 341.58º 0.86% 0.92% -
XYZ 36.47 19.33 12.4 -
YUV 99.47 124.92 223.96 -
System Red Green Blue C M Y K H S L
Decimal 234 32 94 0 0.86 0.60 0.08 341.58 0.83 0.52
Hex EA 20 5E 0 56 3C 8 156 53 34
Octal 352 40 136 0 126 74 10 526 123 64
Binary 11101010 100000 1011110 0 1010110 111100 1000 101010110 1010011 110100

Color Harmonies of #EA205E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA205E

Black with #EA205E

Text Example


Text Example

White with #EA205E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA205E; }

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

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

background-color css

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

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

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

border-color css

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

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

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