Html Css Color HEX #E2968E Petite Orchid

📋 copy color: '#E2968E'

red 226 ◦ green 150 ◦ blue 142

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

Shades of Petite Orchid #E2968E

Tints of Petite Orchid #E2968E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.96%

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

R = 43.63%
G = 28.96%
B = 27.41%

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

#E2968E (or 0xE2968E) is known color: Petite Orchid. HEX triplet: E2, 96 and 8E. RGB value is (226,150,142). Sum of RGB (Red+Green+Blue) = 226+150+142=518 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.63% from 518); Green value is 150 (58.98% from 255 or 28.96% from 518); Blue value is 142 (55.86% from 255 or 27.41% from 518); Max value from RGB is 226 - color contains mainly: red. Hex color #E2968E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2968E is #1D6971. Grayscale: #ABABAB. Windows color (decimal): -1927538 or 9344738. OLE color: 9344738.

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

Color convert

RGB 226 150 142 -
CMYK 0 0.34 0.37 0.11
HSL 5.71º 0.59% 0.72% -
HSV(B) 5.71º 0.37% 0.89% -
XYZ 47.15 39.93 30.81 -
YUV 171.81 111.18 166.65 -
System Red Green Blue C M Y K H S L
Decimal 226 150 142 0 0.34 0.37 0.11 5.71 0.59 0.72
Hex E2 96 8E 0 22 25 B 6 3B 48
Octal 342 226 216 0 42 45 13 6 73 110
Binary 11100010 10010110 10001110 0 100010 100101 1011 110 111011 1001000

Color Harmonies of #E2968E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2968E

Black with #E2968E

Text Example


Text Example

White with #E2968E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2968E; }

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

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

background-color css

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

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

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

border-color css

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

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

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