Html Css Color HEX #E2958E Petite Orchid

📋 copy color: '#E2958E'

red 226 ◦ green 149 ◦ blue 142

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

Shades of Petite Orchid #E2958E

Tints of Petite Orchid #E2958E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.82%

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

R = 43.71%
G = 28.82%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.37

 K value IS 0.11

RGB Variations

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

Color information

#E2958E (or 0xE2958E) is known color: Petite Orchid. HEX triplet: E2, 95 and 8E. RGB value is (226,149,142). Sum of RGB (Red+Green+Blue) = 226+149+142=517 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.71% from 517); Green value is 149 (58.59% from 255 or 28.82% from 517); Blue value is 142 (55.86% from 255 or 27.47% from 517); Max value from RGB is 226 - color contains mainly: red. Hex color #E2958E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2958E is #1D6A71. Grayscale: #ABABAB. Windows color (decimal): -1927794 or 9344482. OLE color: 9344482.

HSL color Cylindrical-coordinate representation of color #E2958E: hue angle of 5º 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 #E2958E is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 149 142 -
CMYK 0 0.34 0.37 0.11
HSL 0.59% 0.72% -
HSV(B) 0.37% 0.89% -
XYZ 46.99 39.62 30.76 -
YUV 171.23 111.51 167.07 -
System Red Green Blue C M Y K H S L
Decimal 226 149 142 0 0.34 0.37 0.11 5 0.59 0.72
Hex E2 95 8E 0 22 25 B 5 3B 48
Octal 342 225 216 0 42 45 13 5 73 110
Binary 11100010 10010101 10001110 0 100010 100101 1011 101 111011 1001000

Color Harmonies of #E2958E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2958E

Black with #E2958E

Text Example


Text Example

White with #E2958E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2958E; }

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

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

background-color css

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

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

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

border-color css

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

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

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