Html Css Color HEX #E6047B Ruby

📋 copy color: '#E6047B'

red 230 ◦ green 4 ◦ blue 123

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

Shades of Ruby #E6047B

Tints of Ruby #E6047B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.45%

R = 64.43%
G = 1.12%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E6047B (or 0xE6047B) is known color: Ruby. HEX triplet: E6, 04 and 7B. RGB value is (230,4,123). Sum of RGB (Red+Green+Blue) = 230+4+123=357 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.43% from 357); Green value is 4 (1.95% from 255 or 1.12% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 230 - color contains mainly: red. Hex color #E6047B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6047B is #19FB84. Grayscale: #545454. Windows color (decimal): -1702789 or 8062182. OLE color: 8062182.

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

Color convert

RGB 230 4 123 -
CMYK 0 0.98 0.47 0.10
HSL 328.41º 0.97% 0.46% -
HSV(B) 328.41º 0.98% 0.9% -
XYZ 36.25 18.34 20.37 -
YUV 85.14 149.37 231.32 -
System Red Green Blue C M Y K H S L
Decimal 230 4 123 0 0.98 0.47 0.10 328.41 0.97 0.46
Hex E6 4 7B 0 62 2F A 148 61 2E
Octal 346 4 173 0 142 57 12 510 141 56
Binary 11100110 100 1111011 0 1100010 101111 1010 101001000 1100001 101110

Color Harmonies of #E6047B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6047B

Black with #E6047B

Text Example


Text Example

White with #E6047B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6047B; }

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

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

background-color css

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

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

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

border-color css

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

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

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