Html Css Color HEX #E4958C Petite Orchid

📋 copy color: '#E4958C'

red 228 ◦ green 149 ◦ blue 140

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

Shades of Petite Orchid #E4958C

Tints of Petite Orchid #E4958C

RGB

 RED value IS 228 (89.45% from 255) = 44.1%

 GREEN value IS 149 (58.59% from 255) = 28.82%

 BLUE value IS 140 (55.08% from 255) = 27.08%

R = 44.1%
G = 28.82%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.39

 K value IS 0.11

RGB Variations

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

Color information

#E4958C (or 0xE4958C) is known color: Petite Orchid. HEX triplet: E4, 95 and 8C. RGB value is (228,149,140). Sum of RGB (Red+Green+Blue) = 228+149+140=517 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.10% from 517); Green value is 149 (58.59% from 255 or 28.82% from 517); Blue value is 140 (55.08% from 255 or 27.08% from 517); Max value from RGB is 228 - color contains mainly: red. Hex color #E4958C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4958C is #1B6A73. Grayscale: #ABABAB. Windows color (decimal): -1796724 or 9213412. OLE color: 9213412.

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

Color convert

RGB 228 149 140 -
CMYK 0 0.35 0.39 0.11
HSL 6.14º 0.62% 0.72% -
HSV(B) 6.14º 0.39% 0.89% -
XYZ 47.48 39.88 30.01 -
YUV 171.6 110.17 168.23 -
System Red Green Blue C M Y K H S L
Decimal 228 149 140 0 0.35 0.39 0.11 6.14 0.62 0.72
Hex E4 95 8C 0 23 27 B 6 3E 48
Octal 344 225 214 0 43 47 13 6 76 110
Binary 11100100 10010101 10001100 0 100011 100111 1011 110 111110 1001000

Color Harmonies of #E4958C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4958C

Black with #E4958C

Text Example


Text Example

White with #E4958C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4958C; }

 p { color: rgb(228,149,140); }

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

background-color css

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

 a { background-color: rgb(228,149,140); }

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

border-color css

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

 span { border-color: rgb(228,149,140); }

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