Html Css Color HEX #EA627B Froly

📋 copy color: '#EA627B'

red 234 ◦ green 98 ◦ blue 123

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

Shades of Froly #EA627B

Tints of Froly #EA627B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.54%

 BLUE value IS 123 (48.44% from 255) = 27.03%

R = 51.43%
G = 21.54%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EA627B (or 0xEA627B) is known color: Froly. HEX triplet: EA, 62 and 7B. RGB value is (234,98,123). Sum of RGB (Red+Green+Blue) = 234+98+123=455 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.43% from 455); Green value is 98 (38.67% from 255 or 21.54% from 455); Blue value is 123 (48.44% from 255 or 27.03% from 455); Max value from RGB is 234 - color contains mainly: red. Hex color #EA627B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA627B is #159D84. Grayscale: #8D8D8D. Windows color (decimal): -1416581 or 8086250. OLE color: 8086250.

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

Color convert

RGB 234 98 123 -
CMYK 0 0.58 0.47 0.08
HSL 348.97º 0.76% 0.65% -
HSV(B) 348.97º 0.58% 0.92% -
XYZ 41.87 27.66 21.87 -
YUV 141.51 117.56 193.97 -
System Red Green Blue C M Y K H S L
Decimal 234 98 123 0 0.58 0.47 0.08 348.97 0.76 0.65
Hex EA 62 7B 0 3A 2F 8 15D 4C 41
Octal 352 142 173 0 72 57 10 535 114 101
Binary 11101010 1100010 1111011 0 111010 101111 1000 101011101 1001100 1000001

Color Harmonies of #EA627B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA627B

Black with #EA627B

Text Example


Text Example

White with #EA627B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA627B; }

 p { color: rgb(234,98,123); }

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

background-color css

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

 a { background-color: rgb(234,98,123); }

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

border-color css

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

 span { border-color: rgb(234,98,123); }

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