Html Css Color HEX #E18F8B Petite Orchid

📋 copy color: '#E18F8B'

red 225 ◦ green 143 ◦ blue 139

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

Shades of Petite Orchid #E18F8B

Tints of Petite Orchid #E18F8B

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.21%

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

R = 44.38%
G = 28.21%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E18F8B (or 0xE18F8B) is known color: Petite Orchid. HEX triplet: E1, 8F and 8B. RGB value is (225,143,139). Sum of RGB (Red+Green+Blue) = 225+143+139=507 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.38% from 507); Green value is 143 (56.25% from 255 or 28.21% from 507); Blue value is 139 (54.69% from 255 or 27.42% from 507); Max value from RGB is 225 - color contains mainly: red. Hex color #E18F8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18F8B is #1E7074. Grayscale: #A7A7A7. Windows color (decimal): -1994869 or 9146337. OLE color: 9146337.

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

Color convert

RGB 225 143 139 -
CMYK 0 0.36 0.38 0.12
HSL 2.79º 0.59% 0.71% -
HSV(B) 2.79º 0.38% 0.88% -
XYZ 45.53 37.52 29.27 -
YUV 167.06 112.17 169.33 -
System Red Green Blue C M Y K H S L
Decimal 225 143 139 0 0.36 0.38 0.12 2.79 0.59 0.71
Hex E1 8F 8B 0 24 26 C 3 3B 47
Octal 341 217 213 0 44 46 14 3 73 107
Binary 11100001 10001111 10001011 0 100100 100110 1100 11 111011 1000111

Color Harmonies of #E18F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18F8B

Black with #E18F8B

Text Example


Text Example

White with #E18F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18F8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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