Html Css Color HEX #EA6673 Froly

📋 copy color: '#EA6673'

red 234 ◦ green 102 ◦ blue 115

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

Shades of Froly #EA6673

Tints of Froly #EA6673

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.62%

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

R = 51.88%
G = 22.62%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EA6673 (or 0xEA6673) is known color: Froly. HEX triplet: EA, 66 and 73. RGB value is (234,102,115). Sum of RGB (Red+Green+Blue) = 234+102+115=451 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.88% from 451); Green value is 102 (40.23% from 255 or 22.62% from 451); Blue value is 115 (45.31% from 255 or 25.50% from 451); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6673 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6673 is #15998C. Grayscale: #8F8F8F. Windows color (decimal): -1415565 or 7562986. OLE color: 7562986.

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

Color convert

RGB 234 102 115 -
CMYK 0 0.56 0.51 0.08
HSL 354.09º 0.76% 0.66% -
HSV(B) 354.09º 0.56% 0.92% -
XYZ 41.78 28.23 19.47 -
YUV 142.95 112.23 192.94 -
System Red Green Blue C M Y K H S L
Decimal 234 102 115 0 0.56 0.51 0.08 354.09 0.76 0.66
Hex EA 66 73 0 38 33 8 162 4C 42
Octal 352 146 163 0 70 63 10 542 114 102
Binary 11101010 1100110 1110011 0 111000 110011 1000 101100010 1001100 1000010

Color Harmonies of #EA6673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6673

Black with #EA6673

Text Example


Text Example

White with #EA6673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6673; }

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

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

background-color css

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

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

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

border-color css

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

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

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