Html Css Color HEX #E2998D Petite Orchid

📋 copy color: '#E2998D'

red 226 ◦ green 153 ◦ blue 141

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

Shades of Petite Orchid #E2998D

Tints of Petite Orchid #E2998D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.12%

R = 43.46%
G = 29.42%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#E2998D (or 0xE2998D) is known color: Petite Orchid. HEX triplet: E2, 99 and 8D. RGB value is (226,153,141). Sum of RGB (Red+Green+Blue) = 226+153+141=520 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.46% from 520); Green value is 153 (60.16% from 255 or 29.42% from 520); Blue value is 141 (55.47% from 255 or 27.12% from 520); Max value from RGB is 226 - color contains mainly: red. Hex color #E2998D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2998D is #1D6672. Grayscale: #ADADAD. Windows color (decimal): -1926771 or 9279970. OLE color: 9279970.

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

Color convert

RGB 226 153 141 -
CMYK 0 0.32 0.38 0.11
HSL 8.47º 0.59% 0.72% -
HSV(B) 8.47º 0.38% 0.89% -
XYZ 47.56 40.87 30.58 -
YUV 173.46 109.68 165.48 -
System Red Green Blue C M Y K H S L
Decimal 226 153 141 0 0.32 0.38 0.11 8.47 0.59 0.72
Hex E2 99 8D 0 20 26 B 8 3B 48
Octal 342 231 215 0 40 46 13 10 73 110
Binary 11100010 10011001 10001101 0 100000 100110 1011 1000 111011 1001000

Color Harmonies of #E2998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2998D

Black with #E2998D

Text Example


Text Example

White with #E2998D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2998D; }

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

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

background-color css

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

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

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

border-color css

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

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

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