Html Css Color HEX #E18E8B Petite Orchid

📋 copy color: '#E18E8B'

red 225 ◦ green 142 ◦ blue 139

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

Shades of Petite Orchid #E18E8B

Tints of Petite Orchid #E18E8B

RGB

 RED value IS 225 (88.28% from 255) = 44.47%

 GREEN value IS 142 (55.86% from 255) = 28.06%

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

R = 44.47%
G = 28.06%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E18E8B (or 0xE18E8B) is known color: Petite Orchid. HEX triplet: E1, 8E and 8B. RGB value is (225,142,139). Sum of RGB (Red+Green+Blue) = 225+142+139=506 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.47% from 506); Green value is 142 (55.86% from 255 or 28.06% from 506); Blue value is 139 (54.69% from 255 or 27.47% from 506); Max value from RGB is 225 - color contains mainly: red. Hex color #E18E8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18E8B is #1E7174. Grayscale: #A6A6A6. Windows color (decimal): -1995125 or 9146081. OLE color: 9146081.

HSL color Cylindrical-coordinate representation of color #E18E8B: hue angle of 2.09º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E18E8B is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 142 139 -
CMYK 0 0.37 0.38 0.12
HSL 2.09º 0.59% 0.71% -
HSV(B) 2.09º 0.38% 0.88% -
XYZ 45.38 37.22 29.22 -
YUV 166.48 112.5 169.74 -
System Red Green Blue C M Y K H S L
Decimal 225 142 139 0 0.37 0.38 0.12 2.09 0.59 0.71
Hex E1 8E 8B 0 25 26 C 2 3B 47
Octal 341 216 213 0 45 46 14 2 73 107
Binary 11100001 10001110 10001011 0 100101 100110 1100 10 111011 1000111

Color Harmonies of #E18E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18E8B

Black with #E18E8B

Text Example


Text Example

White with #E18E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18E8B; }

 p { color: rgb(225,142,139); }

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

background-color css

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

 a { background-color: rgb(225,142,139); }

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

border-color css

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

 span { border-color: rgb(225,142,139); }

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