Html Css Color HEX #E1968C Petite Orchid

📋 copy color: '#E1968C'

red 225 ◦ green 150 ◦ blue 140

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

Shades of Petite Orchid #E1968C

Tints of Petite Orchid #E1968C

RGB

 RED value IS 225 (88.28% from 255) = 43.69%

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

 BLUE value IS 140 (55.08% from 255) = 27.18%

R = 43.69%
G = 29.13%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E1968C (or 0xE1968C) is known color: Petite Orchid. HEX triplet: E1, 96 and 8C. RGB value is (225,150,140). Sum of RGB (Red+Green+Blue) = 225+150+140=515 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.69% from 515); Green value is 150 (58.98% from 255 or 29.13% from 515); Blue value is 140 (55.08% from 255 or 27.18% from 515); Max value from RGB is 225 - color contains mainly: red. Hex color #E1968C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1968C is #1E6973. Grayscale: #ABABAB. Windows color (decimal): -1993076 or 9213665. OLE color: 9213665.

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

Color convert

RGB 225 150 140 -
CMYK 0 0.33 0.38 0.12
HSL 7.06º 0.59% 0.72% -
HSV(B) 7.06º 0.38% 0.88% -
XYZ 46.69 39.71 30.02 -
YUV 171.29 110.35 166.31 -
System Red Green Blue C M Y K H S L
Decimal 225 150 140 0 0.33 0.38 0.12 7.06 0.59 0.72
Hex E1 96 8C 0 21 26 C 7 3B 48
Octal 341 226 214 0 41 46 14 7 73 110
Binary 11100001 10010110 10001100 0 100001 100110 1100 111 111011 1001000

Color Harmonies of #E1968C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1968C

Black with #E1968C

Text Example


Text Example

White with #E1968C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1968C; }

 p { color: rgb(225,150,140); }

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

background-color css

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

 a { background-color: rgb(225,150,140); }

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

border-color css

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

 span { border-color: rgb(225,150,140); }

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