Html Css Color HEX #E30A67 Ruby

📋 copy color: '#E30A67'

red 227 ◦ green 10 ◦ blue 103

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

Shades of Ruby #E30A67

Tints of Ruby #E30A67

RGB

 RED value IS 227 (89.06% from 255) = 66.76%

 GREEN value IS 10 (4.3% from 255) = 2.94%

 BLUE value IS 103 (40.63% from 255) = 30.29%

R = 66.76%
G = 2.94%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#E30A67 (or 0xE30A67) is known color: Ruby. HEX triplet: E3, 0A and 67. RGB value is (227,10,103). Sum of RGB (Red+Green+Blue) = 227+10+103=340 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.76% from 340); Green value is 10 (4.30% from 255 or 2.94% from 340); Blue value is 103 (40.62% from 255 or 30.29% from 340); Max value from RGB is 227 - color contains mainly: red. Hex color #E30A67 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30A67 is #1CF598. Grayscale: #555555. Windows color (decimal): -1897881 or 6752995. OLE color: 6752995.

HSL color Cylindrical-coordinate representation of color #E30A67: hue angle of 334.29º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E30A67 is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 10 103 -
CMYK 0 0.96 0.55 0.11
HSL 334.29º 0.92% 0.46% -
HSV(B) 334.29º 0.96% 0.89% -
XYZ 34.24 17.53 14.41 -
YUV 85.49 137.89 228.94 -
System Red Green Blue C M Y K H S L
Decimal 227 10 103 0 0.96 0.55 0.11 334.29 0.92 0.46
Hex E3 A 67 0 60 37 B 14E 5C 2E
Octal 343 12 147 0 140 67 13 516 134 56
Binary 11100011 1010 1100111 0 1100000 110111 1011 101001110 1011100 101110

Color Harmonies of #E30A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30A67

Black with #E30A67

Text Example


Text Example

White with #E30A67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30A67; }

 p { color: rgb(227,10,103); }

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

background-color css

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

 a { background-color: rgb(227,10,103); }

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

border-color css

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

 span { border-color: rgb(227,10,103); }

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