Html Css Color HEX #E4948B Petite Orchid

📋 copy color: '#E4948B'

red 228 ◦ green 148 ◦ blue 139

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

Shades of Petite Orchid #E4948B

Tints of Petite Orchid #E4948B

RGB

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

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

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

R = 44.27%
G = 28.74%
B = 26.99%

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

#E4948B (or 0xE4948B) is known color: Petite Orchid. HEX triplet: E4, 94 and 8B. RGB value is (228,148,139). Sum of RGB (Red+Green+Blue) = 228+148+139=515 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.27% from 515); Green value is 148 (58.20% from 255 or 28.74% from 515); Blue value is 139 (54.69% from 255 or 26.99% from 515); Max value from RGB is 228 - color contains mainly: red. Hex color #E4948B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4948B is #1B6B74. Grayscale: #ABABAB. Windows color (decimal): -1796981 or 9147620. OLE color: 9147620.

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

Color convert

RGB 228 148 139 -
CMYK 0 0.35 0.39 0.11
HSL 6.07º 0.62% 0.72% -
HSV(B) 6.07º 0.39% 0.89% -
XYZ 47.25 39.54 29.57 -
YUV 170.89 110 168.73 -
System Red Green Blue C M Y K H S L
Decimal 228 148 139 0 0.35 0.39 0.11 6.07 0.62 0.72
Hex E4 94 8B 0 23 27 B 6 3E 48
Octal 344 224 213 0 43 47 13 6 76 110
Binary 11100100 10010100 10001011 0 100011 100111 1011 110 111110 1001000

Color Harmonies of #E4948B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4948B

Black with #E4948B

Text Example


Text Example

White with #E4948B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4948B; }

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

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

background-color css

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

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

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

border-color css

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

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

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