Html Css Color HEX #E07E7A Sea Pink

📋 copy color: '#E07E7A'

red 224 ◦ green 126 ◦ blue 122

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

Shades of Sea Pink #E07E7A

Tints of Sea Pink #E07E7A

RGB

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

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

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

R = 47.46%
G = 26.69%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E07E7A (or 0xE07E7A) is known color: Sea Pink. HEX triplet: E0, 7E and 7A. RGB value is (224,126,122). Sum of RGB (Red+Green+Blue) = 224+126+122=472 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.46% from 472); Green value is 126 (49.61% from 255 or 26.69% from 472); Blue value is 122 (48.05% from 255 or 25.85% from 472); Max value from RGB is 224 - color contains mainly: red. Hex color #E07E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07E7A is #1F8185. Grayscale: #9A9A9A. Windows color (decimal): -2064774 or 8027872. OLE color: 8027872.

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

Color convert

RGB 224 126 122 -
CMYK 0 0.44 0.46 0.12
HSL 2.35º 0.62% 0.68% -
HSV(B) 2.35º 0.46% 0.88% -
XYZ 41.71 32.17 22.42 -
YUV 154.85 109.47 177.33 -
System Red Green Blue C M Y K H S L
Decimal 224 126 122 0 0.44 0.46 0.12 2.35 0.62 0.68
Hex E0 7E 7A 0 2C 2E C 2 3E 44
Octal 340 176 172 0 54 56 14 2 76 104
Binary 11100000 1111110 1111010 0 101100 101110 1100 10 111110 1000100

Color Harmonies of #E07E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07E7A

Black with #E07E7A

Text Example


Text Example

White with #E07E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07E7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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