Html Css Color HEX #E2998E Petite Orchid

📋 copy color: '#E2998E'

red 226 ◦ green 153 ◦ blue 142

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

Shades of Petite Orchid #E2998E

Tints of Petite Orchid #E2998E

RGB

 RED value IS 226 (88.67% from 255) = 43.38%

 GREEN value IS 153 (60.16% from 255) = 29.37%

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

R = 43.38%
G = 29.37%
B = 27.26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.37

 K value IS 0.11

RGB Variations

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

Color information

#E2998E (or 0xE2998E) is known color: Petite Orchid. HEX triplet: E2, 99 and 8E. RGB value is (226,153,142). Sum of RGB (Red+Green+Blue) = 226+153+142=521 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.38% from 521); Green value is 153 (60.16% from 255 or 29.37% from 521); Blue value is 142 (55.86% from 255 or 27.26% from 521); Max value from RGB is 226 - color contains mainly: red. Hex color #E2998E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2998E is #1D6671. Grayscale: #ADADAD. Windows color (decimal): -1926770 or 9345506. OLE color: 9345506.

HSL color Cylindrical-coordinate representation of color #E2998E: hue angle of 7.86º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E2998E is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 153 142 -
CMYK 0 0.32 0.37 0.11
HSL 7.86º 0.59% 0.72% -
HSV(B) 7.86º 0.37% 0.89% -
XYZ 47.64 40.9 30.98 -
YUV 173.57 110.18 165.39 -
System Red Green Blue C M Y K H S L
Decimal 226 153 142 0 0.32 0.37 0.11 7.86 0.59 0.72
Hex E2 99 8E 0 20 25 B 8 3B 48
Octal 342 231 216 0 40 45 13 10 73 110
Binary 11100010 10011001 10001110 0 100000 100101 1011 1000 111011 1001000

Color Harmonies of #E2998E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2998E

Black with #E2998E

Text Example


Text Example

White with #E2998E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2998E; }

 p { color: rgb(226,153,142); }

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

background-color css

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

 a { background-color: rgb(226,153,142); }

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

border-color css

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

 span { border-color: rgb(226,153,142); }

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