Html Css Color HEX #E61969 Ruby

📋 copy color: '#E61969'

red 230 ◦ green 25 ◦ blue 105

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

Shades of Ruby #E61969

Tints of Ruby #E61969

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.94%

 BLUE value IS 105 (41.41% from 255) = 29.17%

R = 63.89%
G = 6.94%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#E61969 (or 0xE61969) is known color: Ruby. HEX triplet: E6, 19 and 69. RGB value is (230,25,105). Sum of RGB (Red+Green+Blue) = 230+25+105=360 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.89% from 360); Green value is 25 (10.16% from 255 or 6.94% from 360); Blue value is 105 (41.41% from 255 or 29.17% from 360); Max value from RGB is 230 - color contains mainly: red. Hex color #E61969 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E61969 is #19E696. Grayscale: #5F5F5F. Windows color (decimal): -1697431 or 6887910. OLE color: 6887910.

HSL color Cylindrical-coordinate representation of color #E61969: hue angle of 336.59º 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 #E61969 is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 25 105 -
CMYK 0 0.89 0.54 0.10
HSL 336.59º 0.8% 0.5% -
HSV(B) 336.59º 0.89% 0.9% -
XYZ 35.53 18.54 15.07 -
YUV 95.42 133.42 224 -
System Red Green Blue C M Y K H S L
Decimal 230 25 105 0 0.89 0.54 0.10 336.59 0.8 0.5
Hex E6 19 69 0 59 36 A 151 50 32
Octal 346 31 151 0 131 66 12 521 120 62
Binary 11100110 11001 1101001 0 1011001 110110 1010 101010001 1010000 110010

Color Harmonies of #E61969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61969

Black with #E61969

Text Example


Text Example

White with #E61969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61969; }

 p { color: rgb(230,25,105); }

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

background-color css

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

 a { background-color: rgb(230,25,105); }

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

border-color css

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

 span { border-color: rgb(230,25,105); }

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