Html Css Color HEX #EA6373 Froly

📋 copy color: '#EA6373'

red 234 ◦ green 99 ◦ blue 115

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

Shades of Froly #EA6373

Tints of Froly #EA6373

RGB

 RED value IS 234 (91.8% from 255) = 52.23%

 GREEN value IS 99 (39.06% from 255) = 22.1%

 BLUE value IS 115 (45.31% from 255) = 25.67%

R = 52.23%
G = 22.1%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EA6373 (or 0xEA6373) is known color: Froly. HEX triplet: EA, 63 and 73. RGB value is (234,99,115). Sum of RGB (Red+Green+Blue) = 234+99+115=448 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.23% from 448); Green value is 99 (39.06% from 255 or 22.10% from 448); Blue value is 115 (45.31% from 255 or 25.67% from 448); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6373 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6373 is #159C8C. Grayscale: #8D8D8D. Windows color (decimal): -1416333 or 7562218. OLE color: 7562218.

HSL color Cylindrical-coordinate representation of color #EA6373: hue angle of 352.89º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EA6373 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 99 115 -
CMYK 0 0.58 0.51 0.08
HSL 352.89º 0.76% 0.65% -
HSV(B) 352.89º 0.58% 0.92% -
XYZ 41.49 27.65 19.37 -
YUV 141.19 113.23 194.2 -
System Red Green Blue C M Y K H S L
Decimal 234 99 115 0 0.58 0.51 0.08 352.89 0.76 0.65
Hex EA 63 73 0 3A 33 8 161 4C 41
Octal 352 143 163 0 72 63 10 541 114 101
Binary 11101010 1100011 1110011 0 111010 110011 1000 101100001 1001100 1000001

Color Harmonies of #EA6373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6373

Black with #EA6373

Text Example


Text Example

White with #EA6373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6373; }

 p { color: rgb(234,99,115); }

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

background-color css

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

 a { background-color: rgb(234,99,115); }

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

border-color css

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

 span { border-color: rgb(234,99,115); }

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