Html Css Color HEX #E0968E Petite Orchid

📋 copy color: '#E0968E'

red 224 ◦ green 150 ◦ blue 142

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

Shades of Petite Orchid #E0968E

Tints of Petite Orchid #E0968E

RGB

 RED value IS 224 (87.89% from 255) = 43.41%

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

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

R = 43.41%
G = 29.07%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E0968E (or 0xE0968E) is known color: Petite Orchid. HEX triplet: E0, 96 and 8E. RGB value is (224,150,142). Sum of RGB (Red+Green+Blue) = 224+150+142=516 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.41% from 516); Green value is 150 (58.98% from 255 or 29.07% from 516); Blue value is 142 (55.86% from 255 or 27.52% from 516); Max value from RGB is 224 - color contains mainly: red. Hex color #E0968E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0968E is #1F6971. Grayscale: #ABABAB. Windows color (decimal): -2058610 or 9344736. OLE color: 9344736.

HSL color Cylindrical-coordinate representation of color #E0968E: hue angle of 5.85º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E0968E is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 150 142 -
CMYK 0 0.33 0.37 0.12
HSL 5.85º 0.57% 0.72% -
HSV(B) 5.85º 0.37% 0.88% -
XYZ 46.53 39.61 30.78 -
YUV 171.21 111.52 165.65 -
System Red Green Blue C M Y K H S L
Decimal 224 150 142 0 0.33 0.37 0.12 5.85 0.57 0.72
Hex E0 96 8E 0 21 25 C 6 39 48
Octal 340 226 216 0 41 45 14 6 71 110
Binary 11100000 10010110 10001110 0 100001 100101 1100 110 111001 1001000

Color Harmonies of #E0968E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0968E

Black with #E0968E

Text Example


Text Example

White with #E0968E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0968E; }

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

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

background-color css

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

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

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

border-color css

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

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

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