Html Css Color HEX #EB647A Froly

📋 copy color: '#EB647A'

red 235 ◦ green 100 ◦ blue 122

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

Shades of Froly #EB647A

Tints of Froly #EB647A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.88%

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

R = 51.42%
G = 21.88%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EB647A (or 0xEB647A) is known color: Froly. HEX triplet: EB, 64 and 7A. RGB value is (235,100,122). Sum of RGB (Red+Green+Blue) = 235+100+122=457 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.42% from 457); Green value is 100 (39.45% from 255 or 21.88% from 457); Blue value is 122 (48.05% from 255 or 26.70% from 457); Max value from RGB is 235 - color contains mainly: red. Hex color #EB647A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB647A is #149B85. Grayscale: #8E8E8E. Windows color (decimal): -1350534 or 8021227. OLE color: 8021227.

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

Color convert

RGB 235 100 122 -
CMYK 0 0.57 0.48 0.08
HSL 350.22º 0.77% 0.66% -
HSV(B) 350.22º 0.57% 0.92% -
XYZ 42.33 28.18 21.62 -
YUV 142.87 116.23 193.71 -
System Red Green Blue C M Y K H S L
Decimal 235 100 122 0 0.57 0.48 0.08 350.22 0.77 0.66
Hex EB 64 7A 0 39 30 8 15E 4D 42
Octal 353 144 172 0 71 60 10 536 115 102
Binary 11101011 1100100 1111010 0 111001 110000 1000 101011110 1001101 1000010

Color Harmonies of #EB647A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB647A

Black with #EB647A

Text Example


Text Example

White with #EB647A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB647A; }

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

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

background-color css

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

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

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

border-color css

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

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

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