Html Css Color HEX #E30B68 Ruby

📋 copy color: '#E30B68'

red 227 ◦ green 11 ◦ blue 104

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

Shades of Ruby #E30B68

Tints of Ruby #E30B68

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.22%

 BLUE value IS 104 (41.02% from 255) = 30.41%

R = 66.37%
G = 3.22%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#E30B68 (or 0xE30B68) is known color: Ruby. HEX triplet: E3, 0B and 68. RGB value is (227,11,104). Sum of RGB (Red+Green+Blue) = 227+11+104=342 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.37% from 342); Green value is 11 (4.69% from 255 or 3.22% from 342); Blue value is 104 (41.02% from 255 or 30.41% from 342); Max value from RGB is 227 - color contains mainly: red. Hex color #E30B68 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E30B68 is #1CF497. Grayscale: #565656. Windows color (decimal): -1897624 or 6818787. OLE color: 6818787.

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

Color convert

RGB 227 11 104 -
CMYK 0 0.95 0.54 0.11
HSL 334.17º 0.91% 0.47% -
HSV(B) 334.17º 0.95% 0.89% -
XYZ 34.3 17.57 14.68 -
YUV 86.19 138.06 228.44 -
System Red Green Blue C M Y K H S L
Decimal 227 11 104 0 0.95 0.54 0.11 334.17 0.91 0.47
Hex E3 B 68 0 5F 36 B 14E 5B 2F
Octal 343 13 150 0 137 66 13 516 133 57
Binary 11100011 1011 1101000 0 1011111 110110 1011 101001110 1011011 101111

Color Harmonies of #E30B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30B68

Black with #E30B68

Text Example


Text Example

White with #E30B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30B68; }

 p { color: rgb(227,11,104); }

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

background-color css

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

 a { background-color: rgb(227,11,104); }

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

border-color css

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

 span { border-color: rgb(227,11,104); }

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