Html Css Color HEX #EB737D Froly

📋 copy color: '#EB737D'

red 235 ◦ green 115 ◦ blue 125

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

Shades of Froly #EB737D

Tints of Froly #EB737D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.21%

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

R = 49.47%
G = 24.21%
B = 26.32%

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

#EB737D (or 0xEB737D) is known color: Froly. HEX triplet: EB, 73 and 7D. RGB value is (235,115,125). Sum of RGB (Red+Green+Blue) = 235+115+125=475 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.47% from 475); Green value is 115 (45.31% from 255 or 24.21% from 475); Blue value is 125 (49.22% from 255 or 26.32% from 475); Max value from RGB is 235 - color contains mainly: red. Hex color #EB737D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB737D is #148C82. Grayscale: #989898. Windows color (decimal): -1346691 or 8221675. OLE color: 8221675.

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

Color convert

RGB 235 115 125 -
CMYK 0 0.51 0.47 0.08
HSL 355º 0.75% 0.69% -
HSV(B) 355º 0.51% 0.92% -
XYZ 44.09 31.4 23.14 -
YUV 152.02 112.76 187.19 -
System Red Green Blue C M Y K H S L
Decimal 235 115 125 0 0.51 0.47 0.08 355 0.75 0.69
Hex EB 73 7D 0 33 2F 8 163 4B 45
Octal 353 163 175 0 63 57 10 543 113 105
Binary 11101011 1110011 1111101 0 110011 101111 1000 101100011 1001011 1000101

Color Harmonies of #EB737D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB737D

Black with #EB737D

Text Example


Text Example

White with #EB737D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB737D; }

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

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

background-color css

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

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

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

border-color css

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

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

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