Html Css Color HEX #EA617A Froly

📋 copy color: '#EA617A'

red 234 ◦ green 97 ◦ blue 122

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

Shades of Froly #EA617A

Tints of Froly #EA617A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.41%

 BLUE value IS 122 (48.05% from 255) = 26.93%

R = 51.66%
G = 21.41%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EA617A (or 0xEA617A) is known color: Froly. HEX triplet: EA, 61 and 7A. RGB value is (234,97,122). Sum of RGB (Red+Green+Blue) = 234+97+122=453 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.66% from 453); Green value is 97 (38.28% from 255 or 21.41% from 453); Blue value is 122 (48.05% from 255 or 26.93% from 453); Max value from RGB is 234 - color contains mainly: red. Hex color #EA617A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA617A is #159E85. Grayscale: #8C8C8C. Windows color (decimal): -1416838 or 8020458. OLE color: 8020458.

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

Color convert

RGB 234 97 122 -
CMYK 0 0.59 0.48 0.08
HSL 349.05º 0.77% 0.65% -
HSV(B) 349.05º 0.59% 0.92% -
XYZ 41.72 27.45 21.51 -
YUV 140.81 117.39 194.47 -
System Red Green Blue C M Y K H S L
Decimal 234 97 122 0 0.59 0.48 0.08 349.05 0.77 0.65
Hex EA 61 7A 0 3B 30 8 15D 4D 41
Octal 352 141 172 0 73 60 10 535 115 101
Binary 11101010 1100001 1111010 0 111011 110000 1000 101011101 1001101 1000001

Color Harmonies of #EA617A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA617A

Black with #EA617A

Text Example


Text Example

White with #EA617A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA617A; }

 p { color: rgb(234,97,122); }

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

background-color css

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

 a { background-color: rgb(234,97,122); }

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

border-color css

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

 span { border-color: rgb(234,97,122); }

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