Html Css Color HEX #E2948E Petite Orchid

📋 copy color: '#E2948E'

red 226 ◦ green 148 ◦ blue 142

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

Shades of Petite Orchid #E2948E

Tints of Petite Orchid #E2948E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.68%

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

R = 43.8%
G = 28.68%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.37

 K value IS 0.11

RGB Variations

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

Color information

#E2948E (or 0xE2948E) is known color: Petite Orchid. HEX triplet: E2, 94 and 8E. RGB value is (226,148,142). Sum of RGB (Red+Green+Blue) = 226+148+142=516 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.80% from 516); Green value is 148 (58.20% from 255 or 28.68% from 516); Blue value is 142 (55.86% from 255 or 27.52% from 516); Max value from RGB is 226 - color contains mainly: red. Hex color #E2948E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2948E is #1D6B71. Grayscale: #AAAAAA. Windows color (decimal): -1928050 or 9344226. OLE color: 9344226.

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

Color convert

RGB 226 148 142 -
CMYK 0 0.35 0.37 0.11
HSL 4.29º 0.59% 0.72% -
HSV(B) 4.29º 0.37% 0.89% -
XYZ 46.84 39.3 30.71 -
YUV 170.64 111.84 167.49 -
System Red Green Blue C M Y K H S L
Decimal 226 148 142 0 0.35 0.37 0.11 4.29 0.59 0.72
Hex E2 94 8E 0 23 25 B 4 3B 48
Octal 342 224 216 0 43 45 13 4 73 110
Binary 11100010 10010100 10001110 0 100011 100101 1011 100 111011 1001000

Color Harmonies of #E2948E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2948E

Black with #E2948E

Text Example


Text Example

White with #E2948E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2948E; }

 p { color: rgb(226,148,142); }

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

background-color css

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

 a { background-color: rgb(226,148,142); }

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

border-color css

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

 span { border-color: rgb(226,148,142); }

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