Html Css Color HEX #EB727D Froly

📋 copy color: '#EB727D'

red 235 ◦ green 114 ◦ blue 125

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

Shades of Froly #EB727D

Tints of Froly #EB727D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.05%

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

R = 49.58%
G = 24.05%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EB727D (or 0xEB727D) is known color: Froly. HEX triplet: EB, 72 and 7D. RGB value is (235,114,125). Sum of RGB (Red+Green+Blue) = 235+114+125=474 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.58% from 474); Green value is 114 (44.92% from 255 or 24.05% from 474); Blue value is 125 (49.22% from 255 or 26.37% from 474); Max value from RGB is 235 - color contains mainly: red. Hex color #EB727D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB727D is #148D82. Grayscale: #979797. Windows color (decimal): -1346947 or 8221419. OLE color: 8221419.

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

Color convert

RGB 235 114 125 -
CMYK 0 0.51 0.47 0.08
HSL 354.55º 0.75% 0.68% -
HSV(B) 354.55º 0.51% 0.92% -
XYZ 43.98 31.18 23.1 -
YUV 151.43 113.09 187.61 -
System Red Green Blue C M Y K H S L
Decimal 235 114 125 0 0.51 0.47 0.08 354.55 0.75 0.68
Hex EB 72 7D 0 33 2F 8 163 4B 44
Octal 353 162 175 0 63 57 10 543 113 104
Binary 11101011 1110010 1111101 0 110011 101111 1000 101100011 1001011 1000100

Color Harmonies of #EB727D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB727D

Black with #EB727D

Text Example


Text Example

White with #EB727D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB727D; }

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

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

background-color css

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

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

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

border-color css

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

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

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