Html Css Color HEX #E0067A Ruby

📋 copy color: '#E0067A'

red 224 ◦ green 6 ◦ blue 122

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

Shades of Ruby #E0067A

Tints of Ruby #E0067A

RGB

 RED value IS 224 (87.89% from 255) = 63.64%

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

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

R = 63.64%
G = 1.7%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E0067A (or 0xE0067A) is known color: Ruby. HEX triplet: E0, 06 and 7A. RGB value is (224,6,122). Sum of RGB (Red+Green+Blue) = 224+6+122=352 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.64% from 352); Green value is 6 (2.73% from 255 or 1.70% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 224 - color contains mainly: red. Hex color #E0067A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E0067A is #1FF985. Grayscale: #545454. Windows color (decimal): -2095494 or 7997152. OLE color: 7997152.

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

Color convert

RGB 224 6 122 -
CMYK 0 0.97 0.46 0.12
HSL 328.07º 0.95% 0.45% -
HSV(B) 328.07º 0.97% 0.88% -
XYZ 34.32 17.38 19.96 -
YUV 84.41 149.22 227.57 -
System Red Green Blue C M Y K H S L
Decimal 224 6 122 0 0.97 0.46 0.12 328.07 0.95 0.45
Hex E0 6 7A 0 61 2E C 148 5F 2D
Octal 340 6 172 0 141 56 14 510 137 55
Binary 11100000 110 1111010 0 1100001 101110 1100 101001000 1011111 101101

Color Harmonies of #E0067A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0067A

Black with #E0067A

Text Example


Text Example

White with #E0067A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0067A; }

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

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

background-color css

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

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

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

border-color css

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

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

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