Html Css Color HEX #E08F8F Petite Orchid

📋 copy color: '#E08F8F'

red 224 ◦ green 143 ◦ blue 143

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

Shades of Petite Orchid #E08F8F

Tints of Petite Orchid #E08F8F

RGB

 RED value IS 224 (87.89% from 255) = 43.92%

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

 BLUE value IS 143 (56.25% from 255) = 28.04%

R = 43.92%
G = 28.04%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E08F8F (or 0xE08F8F) is known color: Petite Orchid. HEX triplet: E0, 8F and 8F. RGB value is (224,143,143). Sum of RGB (Red+Green+Blue) = 224+143+143=510 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.92% from 510); Green value is 143 (56.25% from 255 or 28.04% from 510); Blue value is 143 (56.25% from 255 or 28.04% from 510); Max value from RGB is 224 - color contains mainly: red. Hex color #E08F8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E08F8F is #1F7070. Grayscale: #A7A7A7. Windows color (decimal): -2060401 or 9408480. OLE color: 9408480.

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

Color convert

RGB 224 143 143 -
CMYK 0 0.36 0.36 0.12
HSL 0.57% 0.72% -
HSV(B) 0.36% 0.88% -
XYZ 45.52 37.48 30.82 -
YUV 167.22 114.34 168.5 -
System Red Green Blue C M Y K H S L
Decimal 224 143 143 0 0.36 0.36 0.12 0 0.57 0.72
Hex E0 8F 8F 0 24 24 C 0 39 48
Octal 340 217 217 0 44 44 14 0 71 110
Binary 11100000 10001111 10001111 0 100100 100100 1100 0 111001 1001000

Color Harmonies of #E08F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08F8F

Black with #E08F8F

Text Example


Text Example

White with #E08F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08F8F; }

 p { color: rgb(224,143,143); }

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

background-color css

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

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

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

border-color css

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

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

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