Html Css Color HEX #EB767D Froly

📋 copy color: '#EB767D'

red 235 ◦ green 118 ◦ blue 125

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

Shades of Froly #EB767D

Tints of Froly #EB767D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.69%

 BLUE value IS 125 (49.22% from 255) = 26.15%

R = 49.16%
G = 24.69%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EB767D (or 0xEB767D) is known color: Froly. HEX triplet: EB, 76 and 7D. RGB value is (235,118,125). Sum of RGB (Red+Green+Blue) = 235+118+125=478 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.16% from 478); Green value is 118 (46.48% from 255 or 24.69% from 478); Blue value is 125 (49.22% from 255 or 26.15% from 478); Max value from RGB is 235 - color contains mainly: red. Hex color #EB767D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB767D is #148982. Grayscale: #999999. Windows color (decimal): -1345923 or 8222443. OLE color: 8222443.

HSL color Cylindrical-coordinate representation of color #EB767D: hue angle of 356.41º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EB767D is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 118 125 -
CMYK 0 0.50 0.47 0.08
HSL 356.41º 0.75% 0.69% -
HSV(B) 356.41º 0.5% 0.92% -
XYZ 44.44 32.1 23.26 -
YUV 153.78 111.76 185.93 -
System Red Green Blue C M Y K H S L
Decimal 235 118 125 0 0.50 0.47 0.08 356.41 0.75 0.69
Hex EB 76 7D 0 32 2F 8 164 4B 45
Octal 353 166 175 0 62 57 10 544 113 105
Binary 11101011 1110110 1111101 0 110010 101111 1000 101100100 1001011 1000101

Color Harmonies of #EB767D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB767D

Black with #EB767D

Text Example


Text Example

White with #EB767D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB767D; }

 p { color: rgb(235,118,125); }

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

background-color css

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

 a { background-color: rgb(235,118,125); }

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

border-color css

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

 span { border-color: rgb(235,118,125); }

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