Html Css Color HEX #E6027D Ruby

📋 copy color: '#E6027D'

red 230 ◦ green 2 ◦ blue 125

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

Shades of Ruby #E6027D

Tints of Ruby #E6027D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.56%

 BLUE value IS 125 (49.22% from 255) = 35.01%

R = 64.43%
G = 0.56%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#E6027D (or 0xE6027D) is known color: Ruby. HEX triplet: E6, 02 and 7D. RGB value is (230,2,125). Sum of RGB (Red+Green+Blue) = 230+2+125=357 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.43% from 357); Green value is 2 (1.17% from 255 or 0.56% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 230 - color contains mainly: red. Hex color #E6027D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6027D is #19FD82. Grayscale: #535353. Windows color (decimal): -1703299 or 8192742. OLE color: 8192742.

HSL color Cylindrical-coordinate representation of color #E6027D: hue angle of 327.63º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E6027D is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 2 125 -
CMYK 0 0.99 0.46 0.10
HSL 327.63º 0.98% 0.45% -
HSV(B) 327.63º 0.99% 0.9% -
XYZ 36.36 18.35 21.03 -
YUV 84.19 151.04 232 -
System Red Green Blue C M Y K H S L
Decimal 230 2 125 0 0.99 0.46 0.10 327.63 0.98 0.45
Hex E6 2 7D 0 63 2E A 148 62 2D
Octal 346 2 175 0 143 56 12 510 142 55
Binary 11100110 10 1111101 0 1100011 101110 1010 101001000 1100010 101101

Color Harmonies of #E6027D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6027D

Black with #E6027D

Text Example


Text Example

White with #E6027D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6027D; }

 p { color: rgb(230,2,125); }

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

background-color css

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

 a { background-color: rgb(230,2,125); }

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

border-color css

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

 span { border-color: rgb(230,2,125); }

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