Html Css Color HEX #E07D7A Sea Pink

📋 copy color: '#E07D7A'

red 224 ◦ green 125 ◦ blue 122

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

Shades of Sea Pink #E07D7A

Tints of Sea Pink #E07D7A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.54%

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

R = 47.56%
G = 26.54%
B = 25.9%

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

#E07D7A (or 0xE07D7A) is known color: Sea Pink. HEX triplet: E0, 7D and 7A. RGB value is (224,125,122). Sum of RGB (Red+Green+Blue) = 224+125+122=471 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.56% from 471); Green value is 125 (49.22% from 255 or 26.54% from 471); Blue value is 122 (48.05% from 255 or 25.90% from 471); Max value from RGB is 224 - color contains mainly: red. Hex color #E07D7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07D7A is #1F8285. Grayscale: #9A9A9A. Windows color (decimal): -2065030 or 8027616. OLE color: 8027616.

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

Color convert

RGB 224 125 122 -
CMYK 0 0.44 0.46 0.12
HSL 1.76º 0.62% 0.68% -
HSV(B) 1.76º 0.46% 0.88% -
XYZ 41.59 31.92 22.38 -
YUV 154.26 109.8 177.74 -
System Red Green Blue C M Y K H S L
Decimal 224 125 122 0 0.44 0.46 0.12 1.76 0.62 0.68
Hex E0 7D 7A 0 2C 2E C 2 3E 44
Octal 340 175 172 0 54 56 14 2 76 104
Binary 11100000 1111101 1111010 0 101100 101110 1100 10 111110 1000100

Color Harmonies of #E07D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07D7A

Black with #E07D7A

Text Example


Text Example

White with #E07D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07D7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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