Html Css Color HEX #E62069 Ruby

📋 copy color: '#E62069'

red 230 ◦ green 32 ◦ blue 105

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

Shades of Ruby #E62069

Tints of Ruby #E62069

RGB

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

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

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

R = 62.67%
G = 8.72%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#E62069 (or 0xE62069) is known color: Ruby. HEX triplet: E6, 20 and 69. RGB value is (230,32,105). Sum of RGB (Red+Green+Blue) = 230+32+105=367 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.67% from 367); Green value is 32 (12.89% from 255 or 8.72% from 367); Blue value is 105 (41.41% from 255 or 28.61% from 367); Max value from RGB is 230 - color contains mainly: red. Hex color #E62069 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #E62069 is #19DF96. Grayscale: #636363. Windows color (decimal): -1695639 or 6889702. OLE color: 6889702.

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

Color convert

RGB 230 32 105 -
CMYK 0 0.86 0.54 0.10
HSL 337.88º 0.8% 0.51% -
HSV(B) 337.88º 0.86% 0.9% -
XYZ 35.7 18.88 15.13 -
YUV 99.52 131.1 221.06 -
System Red Green Blue C M Y K H S L
Decimal 230 32 105 0 0.86 0.54 0.10 337.88 0.8 0.51
Hex E6 20 69 0 56 36 A 152 50 33
Octal 346 40 151 0 126 66 12 522 120 63
Binary 11100110 100000 1101001 0 1010110 110110 1010 101010010 1010000 110011

Color Harmonies of #E62069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62069

Black with #E62069

Text Example


Text Example

White with #E62069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62069; }

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

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

background-color css

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

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

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

border-color css

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

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

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