Html Css Color HEX #EB737B Froly

📋 copy color: '#EB737B'

red 235 ◦ green 115 ◦ blue 123

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

Shades of Froly #EB737B

Tints of Froly #EB737B

RGB

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

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

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

R = 49.68%
G = 24.31%
B = 26%

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

#EB737B (or 0xEB737B) is known color: Froly. HEX triplet: EB, 73 and 7B. RGB value is (235,115,123). Sum of RGB (Red+Green+Blue) = 235+115+123=473 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.68% from 473); Green value is 115 (45.31% from 255 or 24.31% from 473); Blue value is 123 (48.44% from 255 or 26.00% from 473); Max value from RGB is 235 - color contains mainly: red. Hex color #EB737B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EB737B is #148C84. Grayscale: #979797. Windows color (decimal): -1346693 or 8090603. OLE color: 8090603.

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

Color convert

RGB 235 115 123 -
CMYK 0 0.51 0.48 0.08
HSL 356º 0.75% 0.69% -
HSV(B) 356º 0.51% 0.92% -
XYZ 43.97 31.35 22.47 -
YUV 151.79 111.76 187.35 -
System Red Green Blue C M Y K H S L
Decimal 235 115 123 0 0.51 0.48 0.08 356 0.75 0.69
Hex EB 73 7B 0 33 30 8 164 4B 45
Octal 353 163 173 0 63 60 10 544 113 105
Binary 11101011 1110011 1111011 0 110011 110000 1000 101100100 1001011 1000101

Color Harmonies of #EB737B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB737B

Black with #EB737B

Text Example


Text Example

White with #EB737B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB737B; }

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

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

background-color css

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

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

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

border-color css

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

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

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