Html Css Color HEX #E4948A Petite Orchid

📋 copy color: '#E4948A'

red 228 ◦ green 148 ◦ blue 138

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

Shades of Petite Orchid #E4948A

Tints of Petite Orchid #E4948A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.85%

R = 44.36%
G = 28.79%
B = 26.85%

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

#E4948A (or 0xE4948A) is known color: Petite Orchid. HEX triplet: E4, 94 and 8A. RGB value is (228,148,138). Sum of RGB (Red+Green+Blue) = 228+148+138=514 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.36% from 514); Green value is 148 (58.20% from 255 or 28.79% from 514); Blue value is 138 (54.30% from 255 or 26.85% from 514); Max value from RGB is 228 - color contains mainly: red. Hex color #E4948A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4948A is #1B6B75. Grayscale: #AAAAAA. Windows color (decimal): -1796982 or 9082084. OLE color: 9082084.

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

Color convert

RGB 228 148 138 -
CMYK 0 0.35 0.39 0.11
HSL 6.67º 0.63% 0.72% -
HSV(B) 6.67º 0.39% 0.89% -
XYZ 47.17 39.51 29.18 -
YUV 170.78 109.5 168.81 -
System Red Green Blue C M Y K H S L
Decimal 228 148 138 0 0.35 0.39 0.11 6.67 0.63 0.72
Hex E4 94 8A 0 23 27 B 7 3E 48
Octal 344 224 212 0 43 47 13 7 76 110
Binary 11100100 10010100 10001010 0 100011 100111 1011 111 111110 1001000

Color Harmonies of #E4948A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4948A

Black with #E4948A

Text Example


Text Example

White with #E4948A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4948A; }

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

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

background-color css

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

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

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

border-color css

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

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

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