Html Css Color HEX #E082CB Orchid

📋 copy color: '#E082CB'

red 224 ◦ green 130 ◦ blue 203

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

Shades of Orchid #E082CB

Tints of Orchid #E082CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.45%

R = 40.22%
G = 23.34%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E082CB (or 0xE082CB) is known color: Orchid. HEX triplet: E0, 82 and CB. RGB value is (224,130,203). Sum of RGB (Red+Green+Blue) = 224+130+203=557 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.22% from 557); Green value is 130 (51.17% from 255 or 23.34% from 557); Blue value is 203 (79.69% from 255 or 36.45% from 557); Max value from RGB is 224 - color contains mainly: red. Hex color #E082CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E082CB is #1F7D34. Grayscale: #A6A6A6. Windows color (decimal): -2063669 or 13337312. OLE color: 13337312.

HSL color Cylindrical-coordinate representation of color #E082CB: hue angle of 313.4º 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 #E082CB is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 130 203 -
CMYK 0 0.42 0.09 0.12
HSL 313.4º 0.6% 0.69% -
HSV(B) 313.4º 0.42% 0.88% -
XYZ 49.5 36.12 60.86 -
YUV 166.43 148.64 169.06 -
System Red Green Blue C M Y K H S L
Decimal 224 130 203 0 0.42 0.09 0.12 313.4 0.6 0.69
Hex E0 82 CB 0 2A 9 C 139 3C 45
Octal 340 202 313 0 52 11 14 471 74 105
Binary 11100000 10000010 11001011 0 101010 1001 1100 100111001 111100 1000101

Color Harmonies of #E082CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E082CB

Black with #E082CB

Text Example


Text Example

White with #E082CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E082CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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