Html Css Color HEX #EE0A75 Ruby

📋 copy color: '#EE0A75'

red 238 ◦ green 10 ◦ blue 117

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

Shades of Ruby #EE0A75

Tints of Ruby #EE0A75

RGB

 RED value IS 238 (93.36% from 255) = 65.21%

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

 BLUE value IS 117 (46.09% from 255) = 32.05%

R = 65.21%
G = 2.74%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EE0A75 (or 0xEE0A75) is known color: Ruby. HEX triplet: EE, 0A and 75. RGB value is (238,10,117). Sum of RGB (Red+Green+Blue) = 238+10+117=365 (48% of max value = 765). Red value is 238 (93.36% from 255 or 65.21% from 365); Green value is 10 (4.30% from 255 or 2.74% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0A75 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EE0A75 is #11F58A. Grayscale: #5A5A5A. Windows color (decimal): -1176971 or 7670510. OLE color: 7670510.

HSL color Cylindrical-coordinate representation of color #EE0A75: hue angle of 331.84º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EE0A75 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 10 117 -
CMYK 0 0.96 0.51 0.07
HSL 331.84º 0.92% 0.49% -
HSV(B) 331.84º 0.96% 0.93% -
XYZ 38.58 19.68 18.59 -
YUV 90.37 143.04 233.3 -
System Red Green Blue C M Y K H S L
Decimal 238 10 117 0 0.96 0.51 0.07 331.84 0.92 0.49
Hex EE A 75 0 60 33 7 14C 5C 31
Octal 356 12 165 0 140 63 7 514 134 61
Binary 11101110 1010 1110101 0 1100000 110011 111 101001100 1011100 110001

Color Harmonies of #EE0A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0A75

Black with #EE0A75

Text Example


Text Example

White with #EE0A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0A75; }

 p { color: rgb(238,10,117); }

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

background-color css

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

 a { background-color: rgb(238,10,117); }

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

border-color css

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

 span { border-color: rgb(238,10,117); }

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