Html Css Color HEX #E6047D Ruby

📋 copy color: '#E6047D'

red 230 ◦ green 4 ◦ blue 125

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

Shades of Ruby #E6047D

Tints of Ruby #E6047D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.11%

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

R = 64.07%
G = 1.11%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#E6047D (or 0xE6047D) is known color: Ruby. HEX triplet: E6, 04 and 7D. RGB value is (230,4,125). Sum of RGB (Red+Green+Blue) = 230+4+125=359 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.07% from 359); Green value is 4 (1.95% from 255 or 1.11% from 359); Blue value is 125 (49.22% from 255 or 34.82% from 359); Max value from RGB is 230 - color contains mainly: red. Hex color #E6047D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6047D is #19FB82. Grayscale: #555555. Windows color (decimal): -1702787 or 8193254. OLE color: 8193254.

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

Color convert

RGB 230 4 125 -
CMYK 0 0.98 0.46 0.10
HSL 327.88º 0.97% 0.46% -
HSV(B) 327.88º 0.98% 0.9% -
XYZ 36.38 18.39 21.03 -
YUV 85.37 150.37 231.16 -
System Red Green Blue C M Y K H S L
Decimal 230 4 125 0 0.98 0.46 0.10 327.88 0.97 0.46
Hex E6 4 7D 0 62 2E A 148 61 2E
Octal 346 4 175 0 142 56 12 510 141 56
Binary 11100110 100 1111101 0 1100010 101110 1010 101001000 1100001 101110

Color Harmonies of #E6047D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6047D

Black with #E6047D

Text Example


Text Example

White with #E6047D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6047D; }

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

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

background-color css

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

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

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

border-color css

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

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

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