Html Css Color HEX #E0627A Froly

📋 copy color: '#E0627A'

red 224 ◦ green 98 ◦ blue 122

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

Shades of Froly #E0627A

Tints of Froly #E0627A

RGB

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

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

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

R = 50.45%
G = 22.07%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E0627A (or 0xE0627A) is known color: Froly. HEX triplet: E0, 62 and 7A. RGB value is (224,98,122). Sum of RGB (Red+Green+Blue) = 224+98+122=444 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.45% from 444); Green value is 98 (38.67% from 255 or 22.07% from 444); Blue value is 122 (48.05% from 255 or 27.48% from 444); Max value from RGB is 224 - color contains mainly: red. Hex color #E0627A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0627A is #1F9D85. Grayscale: #8A8A8A. Windows color (decimal): -2071942 or 8020704. OLE color: 8020704.

HSL color Cylindrical-coordinate representation of color #E0627A: hue angle of 348.57º 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 #E0627A is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 98 122 -
CMYK 0 0.56 0.46 0.12
HSL 348.57º 0.67% 0.63% -
HSV(B) 348.57º 0.56% 0.88% -
XYZ 38.62 25.99 21.39 -
YUV 138.41 118.74 189.05 -
System Red Green Blue C M Y K H S L
Decimal 224 98 122 0 0.56 0.46 0.12 348.57 0.67 0.63
Hex E0 62 7A 0 38 2E C 15D 43 3F
Octal 340 142 172 0 70 56 14 535 103 77
Binary 11100000 1100010 1111010 0 111000 101110 1100 101011101 1000011 111111

Color Harmonies of #E0627A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0627A

Black with #E0627A

Text Example


Text Example

White with #E0627A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0627A; }

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

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

background-color css

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

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

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

border-color css

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

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

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