Html Css Color HEX #E083C9 Orchid

📋 copy color: '#E083C9'

red 224 ◦ green 131 ◦ blue 201

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

Shades of Orchid #E083C9

Tints of Orchid #E083C9

RGB

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

 GREEN value IS 131 (51.56% from 255) = 23.56%

 BLUE value IS 201 (78.91% from 255) = 36.15%

R = 40.29%
G = 23.56%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E083C9 (or 0xE083C9) is known color: Orchid. HEX triplet: E0, 83 and C9. RGB value is (224,131,201). Sum of RGB (Red+Green+Blue) = 224+131+201=556 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.29% from 556); Green value is 131 (51.56% from 255 or 23.56% from 556); Blue value is 201 (78.91% from 255 or 36.15% from 556); Max value from RGB is 224 - color contains mainly: red. Hex color #E083C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E083C9 is #1F7C36. Grayscale: #A6A6A6. Windows color (decimal): -2063415 or 13206496. OLE color: 13206496.

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

Color convert

RGB 224 131 201 -
CMYK 0 0.42 0.10 0.12
HSL 314.84º 0.6% 0.7% -
HSV(B) 314.84º 0.42% 0.88% -
XYZ 49.4 36.3 59.66 -
YUV 166.79 147.31 168.81 -
System Red Green Blue C M Y K H S L
Decimal 224 131 201 0 0.42 0.10 0.12 314.84 0.6 0.7
Hex E0 83 C9 0 2A A C 13B 3C 46
Octal 340 203 311 0 52 12 14 473 74 106
Binary 11100000 10000011 11001001 0 101010 1010 1100 100111011 111100 1000110

Color Harmonies of #E083C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E083C9

Black with #E083C9

Text Example


Text Example

White with #E083C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E083C9; }

 p { color: rgb(224,131,201); }

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

background-color css

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

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

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

border-color css

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

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

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