Html Css Color HEX #E69990 Petite Orchid

📋 copy color: '#E69990'

red 230 ◦ green 153 ◦ blue 144

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

Shades of Petite Orchid #E69990

Tints of Petite Orchid #E69990

RGB

 RED value IS 230 (90.23% from 255) = 43.64%

 GREEN value IS 153 (60.16% from 255) = 29.03%

 BLUE value IS 144 (56.64% from 255) = 27.32%

R = 43.64%
G = 29.03%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E69990 (or 0xE69990) is known color: Petite Orchid. HEX triplet: E6, 99 and 90. RGB value is (230,153,144). Sum of RGB (Red+Green+Blue) = 230+153+144=527 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.64% from 527); Green value is 153 (60.16% from 255 or 29.03% from 527); Blue value is 144 (56.64% from 255 or 27.32% from 527); Max value from RGB is 230 - color contains mainly: red. Hex color #E69990 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69990 is #19666F. Grayscale: #AFAFAF. Windows color (decimal): -1664624 or 9476582. OLE color: 9476582.

HSL color Cylindrical-coordinate representation of color #E69990: hue angle of 6.28º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E69990 is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 153 144 -
CMYK 0 0.33 0.37 0.10
HSL 6.28º 0.63% 0.73% -
HSV(B) 6.28º 0.37% 0.9% -
XYZ 49.06 41.62 31.83 -
YUV 175 110.51 167.23 -
System Red Green Blue C M Y K H S L
Decimal 230 153 144 0 0.33 0.37 0.10 6.28 0.63 0.73
Hex E6 99 90 0 21 25 A 6 3F 49
Octal 346 231 220 0 41 45 12 6 77 111
Binary 11100110 10011001 10010000 0 100001 100101 1010 110 111111 1001001

Color Harmonies of #E69990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69990

Black with #E69990

Text Example


Text Example

White with #E69990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69990; }

 p { color: rgb(230,153,144); }

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

background-color css

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

 a { background-color: rgb(230,153,144); }

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

border-color css

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

 span { border-color: rgb(230,153,144); }

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