Html Css Color HEX #EB727A Froly

📋 copy color: '#EB727A'

red 235 ◦ green 114 ◦ blue 122

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

Shades of Froly #EB727A

Tints of Froly #EB727A

RGB

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

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

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

R = 49.89%
G = 24.2%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EB727A (or 0xEB727A) is known color: Froly. HEX triplet: EB, 72 and 7A. RGB value is (235,114,122). Sum of RGB (Red+Green+Blue) = 235+114+122=471 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.89% from 471); Green value is 114 (44.92% from 255 or 24.20% from 471); Blue value is 122 (48.05% from 255 or 25.90% from 471); Max value from RGB is 235 - color contains mainly: red. Hex color #EB727A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB727A is #148D85. Grayscale: #979797. Windows color (decimal): -1346950 or 8024811. OLE color: 8024811.

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

Color convert

RGB 235 114 122 -
CMYK 0 0.51 0.48 0.08
HSL 356.03º 0.75% 0.68% -
HSV(B) 356.03º 0.51% 0.92% -
XYZ 43.79 31.1 22.11 -
YUV 151.09 111.59 187.85 -
System Red Green Blue C M Y K H S L
Decimal 235 114 122 0 0.51 0.48 0.08 356.03 0.75 0.68
Hex EB 72 7A 0 33 30 8 164 4B 44
Octal 353 162 172 0 63 60 10 544 113 104
Binary 11101011 1110010 1111010 0 110011 110000 1000 101100100 1001011 1000100

Color Harmonies of #EB727A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB727A

Black with #EB727A

Text Example


Text Example

White with #EB727A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB727A; }

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

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

background-color css

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

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

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

border-color css

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

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

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