Html Css Color HEX #E07F7B Sea Pink

📋 copy color: '#E07F7B'

red 224 ◦ green 127 ◦ blue 123

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

Shades of Sea Pink #E07F7B

Tints of Sea Pink #E07F7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.95%

R = 47.26%
G = 26.79%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E07F7B (or 0xE07F7B) is known color: Sea Pink. HEX triplet: E0, 7F and 7B. RGB value is (224,127,123). Sum of RGB (Red+Green+Blue) = 224+127+123=474 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.26% from 474); Green value is 127 (50% from 255 or 26.79% from 474); Blue value is 123 (48.44% from 255 or 25.95% from 474); Max value from RGB is 224 - color contains mainly: red. Hex color #E07F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07F7B is #1F8084. Grayscale: #9B9B9B. Windows color (decimal): -2064517 or 8093664. OLE color: 8093664.

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

Color convert

RGB 224 127 123 -
CMYK 0 0.43 0.45 0.12
HSL 2.38º 0.62% 0.68% -
HSV(B) 2.38º 0.45% 0.88% -
XYZ 41.91 32.46 22.79 -
YUV 155.55 109.64 176.83 -
System Red Green Blue C M Y K H S L
Decimal 224 127 123 0 0.43 0.45 0.12 2.38 0.62 0.68
Hex E0 7F 7B 0 2B 2D C 2 3E 44
Octal 340 177 173 0 53 55 14 2 76 104
Binary 11100000 1111111 1111011 0 101011 101101 1100 10 111110 1000100

Color Harmonies of #E07F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07F7B

Black with #E07F7B

Text Example


Text Example

White with #E07F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07F7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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