Html Css Color HEX #E07F7A Sea Pink

📋 copy color: '#E07F7A'

red 224 ◦ green 127 ◦ blue 122

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

Shades of Sea Pink #E07F7A

Tints of Sea Pink #E07F7A

RGB

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

 GREEN value IS 127 (50% from 255) = 26.85%

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

R = 47.36%
G = 26.85%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E07F7A (or 0xE07F7A) is known color: Sea Pink. HEX triplet: E0, 7F and 7A. RGB value is (224,127,122). Sum of RGB (Red+Green+Blue) = 224+127+122=473 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.36% from 473); Green value is 127 (50% from 255 or 26.85% from 473); Blue value is 122 (48.05% from 255 or 25.79% from 473); Max value from RGB is 224 - color contains mainly: red. Hex color #E07F7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07F7A is #1F8085. Grayscale: #9B9B9B. Windows color (decimal): -2064518 or 8028128. OLE color: 8028128.

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

Color convert

RGB 224 127 122 -
CMYK 0 0.43 0.46 0.12
HSL 2.94º 0.62% 0.68% -
HSV(B) 2.94º 0.46% 0.88% -
XYZ 41.84 32.43 22.47 -
YUV 155.43 109.14 176.91 -
System Red Green Blue C M Y K H S L
Decimal 224 127 122 0 0.43 0.46 0.12 2.94 0.62 0.68
Hex E0 7F 7A 0 2B 2E C 3 3E 44
Octal 340 177 172 0 53 56 14 3 76 104
Binary 11100000 1111111 1111010 0 101011 101110 1100 11 111110 1000100

Color Harmonies of #E07F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07F7A

Black with #E07F7A

Text Example


Text Example

White with #E07F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07F7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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