Html Css Color HEX #E082C9 Orchid

📋 copy color: '#E082C9'

red 224 ◦ green 130 ◦ blue 201

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

Shades of Orchid #E082C9

Tints of Orchid #E082C9

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.42%

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

R = 40.36%
G = 23.42%
B = 36.22%

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

#E082C9 (or 0xE082C9) is known color: Orchid. HEX triplet: E0, 82 and C9. RGB value is (224,130,201). Sum of RGB (Red+Green+Blue) = 224+130+201=555 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.36% from 555); Green value is 130 (51.17% from 255 or 23.42% from 555); Blue value is 201 (78.91% from 255 or 36.22% from 555); Max value from RGB is 224 - color contains mainly: red. Hex color #E082C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E082C9 is #1F7D36. Grayscale: #A6A6A6. Windows color (decimal): -2063671 or 13206240. OLE color: 13206240.

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

Color convert

RGB 224 130 201 -
CMYK 0 0.42 0.10 0.12
HSL 314.68º 0.6% 0.69% -
HSV(B) 314.68º 0.42% 0.88% -
XYZ 49.27 36.03 59.62 -
YUV 166.2 147.64 169.23 -
System Red Green Blue C M Y K H S L
Decimal 224 130 201 0 0.42 0.10 0.12 314.68 0.6 0.69
Hex E0 82 C9 0 2A A C 13B 3C 45
Octal 340 202 311 0 52 12 14 473 74 105
Binary 11100000 10000010 11001001 0 101010 1010 1100 100111011 111100 1000101

Color Harmonies of #E082C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E082C9

Black with #E082C9

Text Example


Text Example

White with #E082C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E082C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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