Html Css Color HEX #E18F8A Petite Orchid

📋 copy color: '#E18F8A'

red 225 ◦ green 143 ◦ blue 138

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

Shades of Petite Orchid #E18F8A

Tints of Petite Orchid #E18F8A

RGB

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

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

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

R = 44.47%
G = 28.26%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#E18F8A (or 0xE18F8A) is known color: Petite Orchid. HEX triplet: E1, 8F and 8A. RGB value is (225,143,138). Sum of RGB (Red+Green+Blue) = 225+143+138=506 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.47% from 506); Green value is 143 (56.25% from 255 or 28.26% from 506); Blue value is 138 (54.30% from 255 or 27.27% from 506); Max value from RGB is 225 - color contains mainly: red. Hex color #E18F8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18F8A is #1E7075. Grayscale: #A7A7A7. Windows color (decimal): -1994870 or 9080801. OLE color: 9080801.

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

Color convert

RGB 225 143 138 -
CMYK 0 0.36 0.39 0.12
HSL 3.45º 0.59% 0.71% -
HSV(B) 3.45º 0.39% 0.88% -
XYZ 45.46 37.49 28.88 -
YUV 166.95 111.67 169.41 -
System Red Green Blue C M Y K H S L
Decimal 225 143 138 0 0.36 0.39 0.12 3.45 0.59 0.71
Hex E1 8F 8A 0 24 27 C 3 3B 47
Octal 341 217 212 0 44 47 14 3 73 107
Binary 11100001 10001111 10001010 0 100100 100111 1100 11 111011 1000111

Color Harmonies of #E18F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18F8A

Black with #E18F8A

Text Example


Text Example

White with #E18F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18F8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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