Html Css Color HEX #EB6F7B Froly

📋 copy color: '#EB6F7B'

red 235 ◦ green 111 ◦ blue 123

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

Shades of Froly #EB6F7B

Tints of Froly #EB6F7B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.67%

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

R = 50.11%
G = 23.67%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EB6F7B (or 0xEB6F7B) is known color: Froly. HEX triplet: EB, 6F and 7B. RGB value is (235,111,123). Sum of RGB (Red+Green+Blue) = 235+111+123=469 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50.11% from 469); Green value is 111 (43.75% from 255 or 23.67% from 469); Blue value is 123 (48.44% from 255 or 26.23% from 469); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6F7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB6F7B is #149084. Grayscale: #959595. Windows color (decimal): -1347717 or 8089579. OLE color: 8089579.

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

Color convert

RGB 235 111 123 -
CMYK 0 0.53 0.48 0.08
HSL 354.19º 0.76% 0.68% -
HSV(B) 354.19º 0.53% 0.92% -
XYZ 43.52 30.46 22.32 -
YUV 149.44 113.08 189.02 -
System Red Green Blue C M Y K H S L
Decimal 235 111 123 0 0.53 0.48 0.08 354.19 0.76 0.68
Hex EB 6F 7B 0 35 30 8 162 4C 44
Octal 353 157 173 0 65 60 10 542 114 104
Binary 11101011 1101111 1111011 0 110101 110000 1000 101100010 1001100 1000100

Color Harmonies of #EB6F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6F7B

Black with #EB6F7B

Text Example


Text Example

White with #EB6F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6F7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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