Html Css Color HEX #E6067A Ruby

📋 copy color: '#E6067A'

red 230 ◦ green 6 ◦ blue 122

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

Shades of Ruby #E6067A

Tints of Ruby #E6067A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.68%

 BLUE value IS 122 (48.05% from 255) = 34.08%

R = 64.25%
G = 1.68%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#E6067A (or 0xE6067A) is known color: Ruby. HEX triplet: E6, 06 and 7A. RGB value is (230,6,122). Sum of RGB (Red+Green+Blue) = 230+6+122=358 (47% of max value = 765). Red value is 230 (90.23% from 255 or 64.25% from 358); Green value is 6 (2.73% from 255 or 1.68% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 230 - color contains mainly: red. Hex color #E6067A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E6067A is #19F985. Grayscale: #555555. Windows color (decimal): -1702278 or 7997158. OLE color: 7997158.

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

Color convert

RGB 230 6 122 -
CMYK 0 0.97 0.47 0.10
HSL 328.93º 0.95% 0.46% -
HSV(B) 328.93º 0.97% 0.9% -
XYZ 36.21 18.36 20.05 -
YUV 86.2 148.21 230.57 -
System Red Green Blue C M Y K H S L
Decimal 230 6 122 0 0.97 0.47 0.10 328.93 0.95 0.46
Hex E6 6 7A 0 61 2F A 149 5F 2E
Octal 346 6 172 0 141 57 12 511 137 56
Binary 11100110 110 1111010 0 1100001 101111 1010 101001001 1011111 101110

Color Harmonies of #E6067A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6067A

Black with #E6067A

Text Example


Text Example

White with #E6067A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6067A; }

 p { color: rgb(230,6,122); }

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

background-color css

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

 a { background-color: rgb(230,6,122); }

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

border-color css

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

 span { border-color: rgb(230,6,122); }

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