Html Css Color HEX #E0626A Froly

📋 copy color: '#E0626A'

red 224 ◦ green 98 ◦ blue 106

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

Shades of Froly #E0626A

Tints of Froly #E0626A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.77%

R = 52.34%
G = 22.9%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E0626A (or 0xE0626A) is known color: Froly. HEX triplet: E0, 62 and 6A. RGB value is (224,98,106). Sum of RGB (Red+Green+Blue) = 224+98+106=428 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.34% from 428); Green value is 98 (38.67% from 255 or 22.90% from 428); Blue value is 106 (41.80% from 255 or 24.77% from 428); Max value from RGB is 224 - color contains mainly: red. Hex color #E0626A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0626A is #1F9D95. Grayscale: #888888. Windows color (decimal): -2071958 or 6972128. OLE color: 6972128.

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

Color convert

RGB 224 98 106 -
CMYK 0 0.56 0.53 0.12
HSL 356.19º 0.67% 0.63% -
HSV(B) 356.19º 0.56% 0.88% -
XYZ 37.71 25.62 16.59 -
YUV 136.59 110.74 190.35 -
System Red Green Blue C M Y K H S L
Decimal 224 98 106 0 0.56 0.53 0.12 356.19 0.67 0.63
Hex E0 62 6A 0 38 35 C 164 43 3F
Octal 340 142 152 0 70 65 14 544 103 77
Binary 11100000 1100010 1101010 0 111000 110101 1100 101100100 1000011 111111

Color Harmonies of #E0626A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0626A

Black with #E0626A

Text Example


Text Example

White with #E0626A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0626A; }

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

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

background-color css

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

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

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

border-color css

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

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

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