Html Css Color HEX #E2948B Petite Orchid

📋 copy color: '#E2948B'

red 226 ◦ green 148 ◦ blue 139

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

Shades of Petite Orchid #E2948B

Tints of Petite Orchid #E2948B

RGB

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

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

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

R = 44.05%
G = 28.85%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#E2948B (or 0xE2948B) is known color: Petite Orchid. HEX triplet: E2, 94 and 8B. RGB value is (226,148,139). Sum of RGB (Red+Green+Blue) = 226+148+139=513 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.05% from 513); Green value is 148 (58.20% from 255 or 28.85% from 513); Blue value is 139 (54.69% from 255 or 27.10% from 513); Max value from RGB is 226 - color contains mainly: red. Hex color #E2948B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2948B is #1D6B74. Grayscale: #AAAAAA. Windows color (decimal): -1928053 or 9147618. OLE color: 9147618.

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

Color convert

RGB 226 148 139 -
CMYK 0 0.35 0.38 0.11
HSL 6.21º 0.6% 0.72% -
HSV(B) 6.21º 0.38% 0.89% -
XYZ 46.61 39.21 29.54 -
YUV 170.3 110.34 167.73 -
System Red Green Blue C M Y K H S L
Decimal 226 148 139 0 0.35 0.38 0.11 6.21 0.6 0.72
Hex E2 94 8B 0 23 26 B 6 3C 48
Octal 342 224 213 0 43 46 13 6 74 110
Binary 11100010 10010100 10001011 0 100011 100110 1011 110 111100 1001000

Color Harmonies of #E2948B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2948B

Black with #E2948B

Text Example


Text Example

White with #E2948B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2948B; }

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

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

background-color css

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

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

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

border-color css

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

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

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