Html Css Color HEX #EB627A Froly

📋 copy color: '#EB627A'

red 235 ◦ green 98 ◦ blue 122

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

Shades of Froly #EB627A

Tints of Froly #EB627A

RGB

 RED value IS 235 (92.19% from 255) = 51.65%

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

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

R = 51.65%
G = 21.54%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EB627A (or 0xEB627A) is known color: Froly. HEX triplet: EB, 62 and 7A. RGB value is (235,98,122). Sum of RGB (Red+Green+Blue) = 235+98+122=455 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.65% from 455); Green value is 98 (38.67% from 255 or 21.54% from 455); Blue value is 122 (48.05% from 255 or 26.81% from 455); Max value from RGB is 235 - color contains mainly: red. Hex color #EB627A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB627A is #149D85. Grayscale: #8D8D8D. Windows color (decimal): -1351046 or 8020715. OLE color: 8020715.

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

Color convert

RGB 235 98 122 -
CMYK 0 0.58 0.48 0.08
HSL 349.49º 0.77% 0.65% -
HSV(B) 349.49º 0.58% 0.92% -
XYZ 42.14 27.8 21.56 -
YUV 141.7 116.89 194.55 -
System Red Green Blue C M Y K H S L
Decimal 235 98 122 0 0.58 0.48 0.08 349.49 0.77 0.65
Hex EB 62 7A 0 3A 30 8 15D 4D 41
Octal 353 142 172 0 72 60 10 535 115 101
Binary 11101011 1100010 1111010 0 111010 110000 1000 101011101 1001101 1000001

Color Harmonies of #EB627A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB627A

Black with #EB627A

Text Example


Text Example

White with #EB627A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB627A; }

 p { color: rgb(235,98,122); }

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

background-color css

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

 a { background-color: rgb(235,98,122); }

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

border-color css

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

 span { border-color: rgb(235,98,122); }

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