Html Css Color HEX #E6988E Petite Orchid

📋 copy color: '#E6988E'

red 230 ◦ green 152 ◦ blue 142

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

Shades of Petite Orchid #E6988E

Tints of Petite Orchid #E6988E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.01%

 BLUE value IS 142 (55.86% from 255) = 27.1%

R = 43.89%
G = 29.01%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#E6988E (or 0xE6988E) is known color: Petite Orchid. HEX triplet: E6, 98 and 8E. RGB value is (230,152,142). Sum of RGB (Red+Green+Blue) = 230+152+142=524 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.89% from 524); Green value is 152 (59.77% from 255 or 29.01% from 524); Blue value is 142 (55.86% from 255 or 27.10% from 524); Max value from RGB is 230 - color contains mainly: red. Hex color #E6988E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6988E is #196771. Grayscale: #AEAEAE. Windows color (decimal): -1664882 or 9345254. OLE color: 9345254.

HSL color Cylindrical-coordinate representation of color #E6988E: hue angle of 6.82º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E6988E is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 152 142 -
CMYK 0 0.34 0.38 0.10
HSL 6.82º 0.64% 0.73% -
HSV(B) 6.82º 0.38% 0.9% -
XYZ 48.74 41.23 30.98 -
YUV 174.18 109.84 167.81 -
System Red Green Blue C M Y K H S L
Decimal 230 152 142 0 0.34 0.38 0.10 6.82 0.64 0.73
Hex E6 98 8E 0 22 26 A 7 40 49
Octal 346 230 216 0 42 46 12 7 100 111
Binary 11100110 10011000 10001110 0 100010 100110 1010 111 1000000 1001001

Color Harmonies of #E6988E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6988E

Black with #E6988E

Text Example


Text Example

White with #E6988E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6988E; }

 p { color: rgb(230,152,142); }

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

background-color css

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

 a { background-color: rgb(230,152,142); }

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

border-color css

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

 span { border-color: rgb(230,152,142); }

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