Html Css Color HEX #E1968F Petite Orchid

📋 copy color: '#E1968F'

red 225 ◦ green 150 ◦ blue 143

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

Shades of Petite Orchid #E1968F

Tints of Petite Orchid #E1968F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.61%

R = 43.44%
G = 28.96%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E1968F (or 0xE1968F) is known color: Petite Orchid. HEX triplet: E1, 96 and 8F. RGB value is (225,150,143). Sum of RGB (Red+Green+Blue) = 225+150+143=518 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.44% from 518); Green value is 150 (58.98% from 255 or 28.96% from 518); Blue value is 143 (56.25% from 255 or 27.61% from 518); Max value from RGB is 225 - color contains mainly: red. Hex color #E1968F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1968F is #1E6970. Grayscale: #ABABAB. Windows color (decimal): -1993073 or 9410273. OLE color: 9410273.

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

Color convert

RGB 225 150 143 -
CMYK 0 0.33 0.36 0.12
HSL 5.12º 0.58% 0.72% -
HSV(B) 5.12º 0.36% 0.88% -
XYZ 46.92 39.8 31.2 -
YUV 171.63 111.85 166.07 -
System Red Green Blue C M Y K H S L
Decimal 225 150 143 0 0.33 0.36 0.12 5.12 0.58 0.72
Hex E1 96 8F 0 21 24 C 5 3A 48
Octal 341 226 217 0 41 44 14 5 72 110
Binary 11100001 10010110 10001111 0 100001 100100 1100 101 111010 1001000

Color Harmonies of #E1968F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1968F

Black with #E1968F

Text Example


Text Example

White with #E1968F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1968F; }

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

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

background-color css

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

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

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

border-color css

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

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

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