Html Css Color HEX #E69B94 Petite Orchid

📋 copy color: '#E69B94'

red 230 ◦ green 155 ◦ blue 148

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

Shades of Petite Orchid #E69B94

Tints of Petite Orchid #E69B94

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.08%

 BLUE value IS 148 (58.2% from 255) = 27.77%

R = 43.15%
G = 29.08%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.10

RGB Variations

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

Color information

#E69B94 (or 0xE69B94) is known color: Petite Orchid. HEX triplet: E6, 9B and 94. RGB value is (230,155,148). Sum of RGB (Red+Green+Blue) = 230+155+148=533 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.15% from 533); Green value is 155 (60.94% from 255 or 29.08% from 533); Blue value is 148 (58.20% from 255 or 27.77% from 533); Max value from RGB is 230 - color contains mainly: red. Hex color #E69B94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69B94 is #19646B. Grayscale: #B0B0B0. Windows color (decimal): -1664108 or 9739238. OLE color: 9739238.

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

Color convert

RGB 230 155 148 -
CMYK 0 0.33 0.36 0.10
HSL 5.12º 0.62% 0.74% -
HSV(B) 5.12º 0.36% 0.9% -
XYZ 49.7 42.4 33.58 -
YUV 176.63 111.85 166.07 -
System Red Green Blue C M Y K H S L
Decimal 230 155 148 0 0.33 0.36 0.10 5.12 0.62 0.74
Hex E6 9B 94 0 21 24 A 5 3E 4A
Octal 346 233 224 0 41 44 12 5 76 112
Binary 11100110 10011011 10010100 0 100001 100100 1010 101 111110 1001010

Color Harmonies of #E69B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69B94

Black with #E69B94

Text Example


Text Example

White with #E69B94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69B94; }

 p { color: rgb(230,155,148); }

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

background-color css

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

 a { background-color: rgb(230,155,148); }

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

border-color css

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

 span { border-color: rgb(230,155,148); }

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