Html Css Color HEX #E07E7C Sea Pink

📋 copy color: '#E07E7C'

red 224 ◦ green 126 ◦ blue 124

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

Shades of Sea Pink #E07E7C

Tints of Sea Pink #E07E7C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.58%

 BLUE value IS 124 (48.83% from 255) = 26.16%

R = 47.26%
G = 26.58%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E07E7C (or 0xE07E7C) is known color: Sea Pink. HEX triplet: E0, 7E and 7C. RGB value is (224,126,124). Sum of RGB (Red+Green+Blue) = 224+126+124=474 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.26% from 474); Green value is 126 (49.61% from 255 or 26.58% from 474); Blue value is 124 (48.83% from 255 or 26.16% from 474); Max value from RGB is 224 - color contains mainly: red. Hex color #E07E7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07E7C is #1F8183. Grayscale: #9B9B9B. Windows color (decimal): -2064772 or 8158944. OLE color: 8158944.

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

Color convert

RGB 224 126 124 -
CMYK 0 0.44 0.45 0.12
HSL 1.2º 0.62% 0.68% -
HSV(B) 1.2º 0.45% 0.88% -
XYZ 41.84 32.22 23.08 -
YUV 155.07 110.47 177.16 -
System Red Green Blue C M Y K H S L
Decimal 224 126 124 0 0.44 0.45 0.12 1.2 0.62 0.68
Hex E0 7E 7C 0 2C 2D C 1 3E 44
Octal 340 176 174 0 54 55 14 1 76 104
Binary 11100000 1111110 1111100 0 101100 101101 1100 1 111110 1000100

Color Harmonies of #E07E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07E7C

Black with #E07E7C

Text Example


Text Example

White with #E07E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07E7C; }

 p { color: rgb(224,126,124); }

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

background-color css

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

 a { background-color: rgb(224,126,124); }

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

border-color css

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

 span { border-color: rgb(224,126,124); }

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