Html Css Color HEX #EB647B Froly

📋 copy color: '#EB647B'

red 235 ◦ green 100 ◦ blue 123

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

Shades of Froly #EB647B

Tints of Froly #EB647B

RGB

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

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

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

R = 51.31%
G = 21.83%
B = 26.86%

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

#EB647B (or 0xEB647B) is known color: Froly. HEX triplet: EB, 64 and 7B. RGB value is (235,100,123). Sum of RGB (Red+Green+Blue) = 235+100+123=458 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.31% from 458); Green value is 100 (39.45% from 255 or 21.83% from 458); Blue value is 123 (48.44% from 255 or 26.86% from 458); Max value from RGB is 235 - color contains mainly: red. Hex color #EB647B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB647B is #149B84. Grayscale: #8F8F8F. Windows color (decimal): -1350533 or 8086763. OLE color: 8086763.

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

Color convert

RGB 235 100 123 -
CMYK 0 0.57 0.48 0.08
HSL 349.78º 0.77% 0.66% -
HSV(B) 349.78º 0.57% 0.92% -
XYZ 42.39 28.21 21.95 -
YUV 142.99 116.73 193.63 -
System Red Green Blue C M Y K H S L
Decimal 235 100 123 0 0.57 0.48 0.08 349.78 0.77 0.66
Hex EB 64 7B 0 39 30 8 15E 4D 42
Octal 353 144 173 0 71 60 10 536 115 102
Binary 11101011 1100100 1111011 0 111001 110000 1000 101011110 1001101 1000010

Color Harmonies of #EB647B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB647B

Black with #EB647B

Text Example


Text Example

White with #EB647B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB647B; }

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

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

background-color css

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

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

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

border-color css

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

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

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