Html Css Color HEX #E2978B Petite Orchid

📋 copy color: '#E2978B'

red 226 ◦ green 151 ◦ blue 139

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

Shades of Petite Orchid #E2978B

Tints of Petite Orchid #E2978B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.94%

R = 43.8%
G = 29.26%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#E2978B (or 0xE2978B) is known color: Petite Orchid. HEX triplet: E2, 97 and 8B. RGB value is (226,151,139). Sum of RGB (Red+Green+Blue) = 226+151+139=516 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.80% from 516); Green value is 151 (59.38% from 255 or 29.26% from 516); Blue value is 139 (54.69% from 255 or 26.94% from 516); Max value from RGB is 226 - color contains mainly: red. Hex color #E2978B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2978B is #1D6874. Grayscale: #ACACAC. Windows color (decimal): -1927285 or 9148386. OLE color: 9148386.

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

Color convert

RGB 226 151 139 -
CMYK 0 0.33 0.38 0.11
HSL 8.28º 0.6% 0.72% -
HSV(B) 8.28º 0.38% 0.89% -
XYZ 47.09 40.17 29.7 -
YUV 172.06 109.35 166.48 -
System Red Green Blue C M Y K H S L
Decimal 226 151 139 0 0.33 0.38 0.11 8.28 0.6 0.72
Hex E2 97 8B 0 21 26 B 8 3C 48
Octal 342 227 213 0 41 46 13 10 74 110
Binary 11100010 10010111 10001011 0 100001 100110 1011 1000 111100 1001000

Color Harmonies of #E2978B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2978B

Black with #E2978B

Text Example


Text Example

White with #E2978B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2978B; }

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

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

background-color css

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

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

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

border-color css

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

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

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