Html Css Color HEX #E0627B Froly

📋 copy color: '#E0627B'

red 224 ◦ green 98 ◦ blue 123

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

Shades of Froly #E0627B

Tints of Froly #E0627B

RGB

 RED value IS 224 (87.89% from 255) = 50.34%

 GREEN value IS 98 (38.67% from 255) = 22.02%

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

R = 50.34%
G = 22.02%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E0627B (or 0xE0627B) is known color: Froly. HEX triplet: E0, 62 and 7B. RGB value is (224,98,123). Sum of RGB (Red+Green+Blue) = 224+98+123=445 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.34% from 445); Green value is 98 (38.67% from 255 or 22.02% from 445); Blue value is 123 (48.44% from 255 or 27.64% from 445); Max value from RGB is 224 - color contains mainly: red. Hex color #E0627B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0627B is #1F9D84. Grayscale: #8A8A8A. Windows color (decimal): -2071941 or 8086240. OLE color: 8086240.

HSL color Cylindrical-coordinate representation of color #E0627B: hue angle of 348.1º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E0627B is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 98 123 -
CMYK 0 0.56 0.45 0.12
HSL 348.1º 0.67% 0.63% -
HSV(B) 348.1º 0.56% 0.88% -
XYZ 38.68 26.01 21.72 -
YUV 138.52 119.24 188.97 -
System Red Green Blue C M Y K H S L
Decimal 224 98 123 0 0.56 0.45 0.12 348.1 0.67 0.63
Hex E0 62 7B 0 38 2D C 15C 43 3F
Octal 340 142 173 0 70 55 14 534 103 77
Binary 11100000 1100010 1111011 0 111000 101101 1100 101011100 1000011 111111

Color Harmonies of #E0627B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0627B

Black with #E0627B

Text Example


Text Example

White with #E0627B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0627B; }

 p { color: rgb(224,98,123); }

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

background-color css

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

 a { background-color: rgb(224,98,123); }

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

border-color css

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

 span { border-color: rgb(224,98,123); }

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