Html Css Color HEX #E61A62 Ruby

📋 copy color: '#E61A62'

red 230 ◦ green 26 ◦ blue 98

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

Shades of Ruby #E61A62

Tints of Ruby #E61A62

RGB

 RED value IS 230 (90.23% from 255) = 64.97%

 GREEN value IS 26 (10.55% from 255) = 7.34%

 BLUE value IS 98 (38.67% from 255) = 27.68%

R = 64.97%
G = 7.34%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.10

RGB Variations

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

Color information

#E61A62 (or 0xE61A62) is known color: Ruby. HEX triplet: E6, 1A and 62. RGB value is (230,26,98). Sum of RGB (Red+Green+Blue) = 230+26+98=354 (46% of max value = 765). Red value is 230 (90.23% from 255 or 64.97% from 354); Green value is 26 (10.55% from 255 or 7.34% from 354); Blue value is 98 (38.67% from 255 or 27.68% from 354); Max value from RGB is 230 - color contains mainly: red. Hex color #E61A62 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E61A62 is #19E59D. Grayscale: #5F5F5F. Windows color (decimal): -1697182 or 6429414. OLE color: 6429414.

HSL color Cylindrical-coordinate representation of color #E61A62: hue angle of 338.82º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E61A62 is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 26 98 -
CMYK 0 0.89 0.57 0.10
HSL 338.82º 0.8% 0.5% -
HSV(B) 338.82º 0.89% 0.9% -
XYZ 35.21 18.44 13.26 -
YUV 95.2 129.59 224.15 -
System Red Green Blue C M Y K H S L
Decimal 230 26 98 0 0.89 0.57 0.10 338.82 0.8 0.5
Hex E6 1A 62 0 59 39 A 153 50 32
Octal 346 32 142 0 131 71 12 523 120 62
Binary 11100110 11010 1100010 0 1011001 111001 1010 101010011 1010000 110010

Color Harmonies of #E61A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61A62

Black with #E61A62

Text Example


Text Example

White with #E61A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61A62; }

 p { color: rgb(230,26,98); }

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

background-color css

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

 a { background-color: rgb(230,26,98); }

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

border-color css

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

 span { border-color: rgb(230,26,98); }

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