Html Css Color HEX #E69084 Sweet Pink

📋 copy color: '#E69084'

red 230 ◦ green 144 ◦ blue 132

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

Shades of Sweet Pink #E69084

Tints of Sweet Pink #E69084

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.46%

 BLUE value IS 132 (51.95% from 255) = 26.09%

R = 45.45%
G = 28.46%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#E69084 (or 0xE69084) is known color: Sweet Pink. HEX triplet: E6, 90 and 84. RGB value is (230,144,132). Sum of RGB (Red+Green+Blue) = 230+144+132=506 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.45% from 506); Green value is 144 (56.64% from 255 or 28.46% from 506); Blue value is 132 (51.95% from 255 or 26.09% from 506); Max value from RGB is 230 - color contains mainly: red. Hex color #E69084 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69084 is #196F7B. Grayscale: #A8A8A8. Windows color (decimal): -1666940 or 8687846. OLE color: 8687846.

HSL color Cylindrical-coordinate representation of color #E69084: hue angle of 7.35º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E69084 is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 144 132 -
CMYK 0 0.37 0.43 0.10
HSL 7.35º 0.66% 0.71% -
HSV(B) 7.35º 0.43% 0.9% -
XYZ 46.77 38.44 26.78 -
YUV 168.35 107.49 171.98 -
System Red Green Blue C M Y K H S L
Decimal 230 144 132 0 0.37 0.43 0.10 7.35 0.66 0.71
Hex E6 90 84 0 25 2B A 7 42 47
Octal 346 220 204 0 45 53 12 7 102 107
Binary 11100110 10010000 10000100 0 100101 101011 1010 111 1000010 1000111

Color Harmonies of #E69084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69084

Black with #E69084

Text Example


Text Example

White with #E69084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69084; }

 p { color: rgb(230,144,132); }

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

background-color css

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

 a { background-color: rgb(230,144,132); }

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

border-color css

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

 span { border-color: rgb(230,144,132); }

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