Html Css Color HEX #E45A6B Froly

📋 copy color: '#E45A6B'

red 228 ◦ green 90 ◦ blue 107

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

Shades of Froly #E45A6B

Tints of Froly #E45A6B

RGB

 RED value IS 228 (89.45% from 255) = 53.65%

 GREEN value IS 90 (35.55% from 255) = 21.18%

 BLUE value IS 107 (42.19% from 255) = 25.18%

R = 53.65%
G = 21.18%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.53

 K value IS 0.11

RGB Variations

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

Color information

#E45A6B (or 0xE45A6B) is known color: Froly. HEX triplet: E4, 5A and 6B. RGB value is (228,90,107). Sum of RGB (Red+Green+Blue) = 228+90+107=425 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.65% from 425); Green value is 90 (35.55% from 255 or 21.18% from 425); Blue value is 107 (42.19% from 255 or 25.18% from 425); Max value from RGB is 228 - color contains mainly: red. Hex color #E45A6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E45A6B is #1BA594. Grayscale: #858585. Windows color (decimal): -1811861 or 7035620. OLE color: 7035620.

HSL color Cylindrical-coordinate representation of color #E45A6B: hue angle of 352.61º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E45A6B is Cyan = 0, Magento = 0.61, Yellow = 0.53 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 90 107 -
CMYK 0 0.61 0.53 0.11
HSL 352.61º 0.72% 0.62% -
HSV(B) 352.61º 0.61% 0.89% -
XYZ 38.3 24.87 16.69 -
YUV 133.2 113.22 195.62 -
System Red Green Blue C M Y K H S L
Decimal 228 90 107 0 0.61 0.53 0.11 352.61 0.72 0.62
Hex E4 5A 6B 0 3D 35 B 161 48 3E
Octal 344 132 153 0 75 65 13 541 110 76
Binary 11100100 1011010 1101011 0 111101 110101 1011 101100001 1001000 111110

Color Harmonies of #E45A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45A6B

Black with #E45A6B

Text Example


Text Example

White with #E45A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45A6B; }

 p { color: rgb(228,90,107); }

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

background-color css

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

 a { background-color: rgb(228,90,107); }

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

border-color css

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

 span { border-color: rgb(228,90,107); }

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