Html Css Color HEX #E68A7F Sea Pink

📋 copy color: '#E68A7F'

red 230 ◦ green 138 ◦ blue 127

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

Shades of Sea Pink #E68A7F

Tints of Sea Pink #E68A7F

RGB

 RED value IS 230 (90.23% from 255) = 46.46%

 GREEN value IS 138 (54.3% from 255) = 27.88%

 BLUE value IS 127 (50% from 255) = 25.66%

R = 46.46%
G = 27.88%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E68A7F (or 0xE68A7F) is known color: Sea Pink. HEX triplet: E6, 8A and 7F. RGB value is (230,138,127). Sum of RGB (Red+Green+Blue) = 230+138+127=495 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.46% from 495); Green value is 138 (54.30% from 255 or 27.88% from 495); Blue value is 127 (50% from 255 or 25.66% from 495); Max value from RGB is 230 - color contains mainly: red. Hex color #E68A7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E68A7F is #197580. Grayscale: #A4A4A4. Windows color (decimal): -1668481 or 8358630. OLE color: 8358630.

HSL color Cylindrical-coordinate representation of color #E68A7F: hue angle of 6.41º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E68A7F is Cyan = 0, Magento = 0.4, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 138 127 -
CMYK 0 0.4 0.45 0.10
HSL 6.41º 0.67% 0.7% -
HSV(B) 6.41º 0.45% 0.9% -
XYZ 45.55 36.53 24.73 -
YUV 164.25 106.98 174.89 -
System Red Green Blue C M Y K H S L
Decimal 230 138 127 0 0.4 0.45 0.10 6.41 0.67 0.7
Hex E6 8A 7F 0 28 2D A 6 43 46
Octal 346 212 177 0 50 55 12 6 103 106
Binary 11100110 10001010 1111111 0 101000 101101 1010 110 1000011 1000110

Color Harmonies of #E68A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68A7F

Black with #E68A7F

Text Example


Text Example

White with #E68A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68A7F; }

 p { color: rgb(230,138,127); }

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

background-color css

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

 a { background-color: rgb(230,138,127); }

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

border-color css

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

 span { border-color: rgb(230,138,127); }

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