Html Css Color HEX #E00C69 Ruby

📋 copy color: '#E00C69'

red 224 ◦ green 12 ◦ blue 105

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

Shades of Ruby #E00C69

Tints of Ruby #E00C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 30.79%

R = 65.69%
G = 3.52%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E00C69 (or 0xE00C69) is known color: Ruby. HEX triplet: E0, 0C and 69. RGB value is (224,12,105). Sum of RGB (Red+Green+Blue) = 224+12+105=341 (45% of max value = 765). Red value is 224 (87.89% from 255 or 65.69% from 341); Green value is 12 (5.08% from 255 or 3.52% from 341); Blue value is 105 (41.41% from 255 or 30.79% from 341); Max value from RGB is 224 - color contains mainly: red. Hex color #E00C69 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #E00C69 is #1FF396. Grayscale: #555555. Windows color (decimal): -2093975 or 6884576. OLE color: 6884576.

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

Color convert

RGB 224 12 105 -
CMYK 0 0.95 0.53 0.12
HSL 333.68º 0.9% 0.46% -
HSV(B) 333.68º 0.95% 0.88% -
XYZ 33.42 17.13 14.91 -
YUV 85.99 138.74 226.44 -
System Red Green Blue C M Y K H S L
Decimal 224 12 105 0 0.95 0.53 0.12 333.68 0.9 0.46
Hex E0 C 69 0 5F 35 C 14E 5A 2E
Octal 340 14 151 0 137 65 14 516 132 56
Binary 11100000 1100 1101001 0 1011111 110101 1100 101001110 1011010 101110

Color Harmonies of #E00C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00C69

Black with #E00C69

Text Example


Text Example

White with #E00C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00C69; }

 p { color: rgb(224,12,105); }

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

background-color css

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

 a { background-color: rgb(224,12,105); }

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

border-color css

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

 span { border-color: rgb(224,12,105); }

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