Html Css Color HEX #E2978F Petite Orchid

📋 copy color: '#E2978F'

red 226 ◦ green 151 ◦ blue 143

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

Shades of Petite Orchid #E2978F

Tints of Petite Orchid #E2978F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.04%

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

R = 43.46%
G = 29.04%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.37

 K value IS 0.11

RGB Variations

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

Color information

#E2978F (or 0xE2978F) is known color: Petite Orchid. HEX triplet: E2, 97 and 8F. RGB value is (226,151,143). Sum of RGB (Red+Green+Blue) = 226+151+143=520 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.46% from 520); Green value is 151 (59.38% from 255 or 29.04% from 520); Blue value is 143 (56.25% from 255 or 27.5% from 520); Max value from RGB is 226 - color contains mainly: red. Hex color #E2978F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2978F is #1D6870. Grayscale: #ACACAC. Windows color (decimal): -1927281 or 9410530. OLE color: 9410530.

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

Color convert

RGB 226 151 143 -
CMYK 0 0.33 0.37 0.11
HSL 5.78º 0.59% 0.72% -
HSV(B) 5.78º 0.37% 0.89% -
XYZ 47.39 40.29 31.26 -
YUV 172.51 111.35 166.15 -
System Red Green Blue C M Y K H S L
Decimal 226 151 143 0 0.33 0.37 0.11 5.78 0.59 0.72
Hex E2 97 8F 0 21 25 B 6 3B 48
Octal 342 227 217 0 41 45 13 6 73 110
Binary 11100010 10010111 10001111 0 100001 100101 1011 110 111011 1001000

Color Harmonies of #E2978F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2978F

Black with #E2978F

Text Example


Text Example

White with #E2978F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2978F; }

 p { color: rgb(226,151,143); }

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

background-color css

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

 a { background-color: rgb(226,151,143); }

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

border-color css

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

 span { border-color: rgb(226,151,143); }

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