Html Css Color HEX #E70C7A Ruby

📋 copy color: '#E70C7A'

red 231 ◦ green 12 ◦ blue 122

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

Shades of Ruby #E70C7A

Tints of Ruby #E70C7A

RGB

 RED value IS 231 (90.63% from 255) = 63.29%

 GREEN value IS 12 (5.08% from 255) = 3.29%

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

R = 63.29%
G = 3.29%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#E70C7A (or 0xE70C7A) is known color: Ruby. HEX triplet: E7, 0C and 7A. RGB value is (231,12,122). Sum of RGB (Red+Green+Blue) = 231+12+122=365 (48% of max value = 765). Red value is 231 (90.62% from 255 or 63.29% from 365); Green value is 12 (5.08% from 255 or 3.29% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 231 - color contains mainly: red. Hex color #E70C7A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #E70C7A is #18F385. Grayscale: #595959. Windows color (decimal): -1635206 or 7998695. OLE color: 7998695.

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

Color convert

RGB 231 12 122 -
CMYK 0 0.95 0.47 0.09
HSL 329.86º 0.9% 0.48% -
HSV(B) 329.86º 0.95% 0.91% -
XYZ 36.6 18.66 20.08 -
YUV 90.02 146.05 228.56 -
System Red Green Blue C M Y K H S L
Decimal 231 12 122 0 0.95 0.47 0.09 329.86 0.9 0.48
Hex E7 C 7A 0 5F 2F 9 14A 5A 30
Octal 347 14 172 0 137 57 11 512 132 60
Binary 11100111 1100 1111010 0 1011111 101111 1001 101001010 1011010 110000

Color Harmonies of #E70C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70C7A

Black with #E70C7A

Text Example


Text Example

White with #E70C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70C7A; }

 p { color: rgb(231,12,122); }

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

background-color css

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

 a { background-color: rgb(231,12,122); }

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

border-color css

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

 span { border-color: rgb(231,12,122); }

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