Html Css Color HEX #EA6679 Froly

📋 copy color: '#EA6679'

red 234 ◦ green 102 ◦ blue 121

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

Shades of Froly #EA6679

Tints of Froly #EA6679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 26.48%

R = 51.2%
G = 22.32%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EA6679 (or 0xEA6679) is known color: Froly. HEX triplet: EA, 66 and 79. RGB value is (234,102,121). Sum of RGB (Red+Green+Blue) = 234+102+121=457 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.20% from 457); Green value is 102 (40.23% from 255 or 22.32% from 457); Blue value is 121 (47.66% from 255 or 26.48% from 457); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6679 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6679 is #159986. Grayscale: #8F8F8F. Windows color (decimal): -1415559 or 7956202. OLE color: 7956202.

HSL color Cylindrical-coordinate representation of color #EA6679: hue angle of 351.36º 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 #EA6679 is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 102 121 -
CMYK 0 0.56 0.48 0.08
HSL 351.36º 0.76% 0.66% -
HSV(B) 351.36º 0.56% 0.92% -
XYZ 42.13 28.38 21.35 -
YUV 143.63 115.23 192.46 -
System Red Green Blue C M Y K H S L
Decimal 234 102 121 0 0.56 0.48 0.08 351.36 0.76 0.66
Hex EA 66 79 0 38 30 8 15F 4C 42
Octal 352 146 171 0 70 60 10 537 114 102
Binary 11101010 1100110 1111001 0 111000 110000 1000 101011111 1001100 1000010

Color Harmonies of #EA6679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6679

Black with #EA6679

Text Example


Text Example

White with #EA6679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6679; }

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

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

background-color css

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

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

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

border-color css

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

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

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