Html Css Color HEX #E382DA Orchid

📋 copy color: '#E382DA'

red 227 ◦ green 130 ◦ blue 218

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

Shades of Orchid #E382DA

Tints of Orchid #E382DA

RGB

 RED value IS 227 (89.06% from 255) = 39.48%

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

 BLUE value IS 218 (85.55% from 255) = 37.91%

R = 39.48%
G = 22.61%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#E382DA (or 0xE382DA) is known color: Orchid. HEX triplet: E3, 82 and DA. RGB value is (227,130,218). Sum of RGB (Red+Green+Blue) = 227+130+218=575 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.48% from 575); Green value is 130 (51.17% from 255 or 22.61% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 227 - color contains mainly: red. Hex color #E382DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E382DA is #1C7D25. Grayscale: #A8A8A8. Windows color (decimal): -1867046 or 14320355. OLE color: 14320355.

HSL color Cylindrical-coordinate representation of color #E382DA: hue angle of 305.57º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E382DA is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 130 218 -
CMYK 0 0.43 0.04 0.11
HSL 305.57º 0.63% 0.7% -
HSV(B) 305.57º 0.43% 0.89% -
XYZ 52.32 37.36 70.78 -
YUV 169.04 155.64 169.34 -
System Red Green Blue C M Y K H S L
Decimal 227 130 218 0 0.43 0.04 0.11 305.57 0.63 0.7
Hex E3 82 DA 0 2B 4 B 132 3F 46
Octal 343 202 332 0 53 4 13 462 77 106
Binary 11100011 10000010 11011010 0 101011 100 1011 100110010 111111 1000110

Color Harmonies of #E382DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E382DA

Black with #E382DA

Text Example


Text Example

White with #E382DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E382DA; }

 p { color: rgb(227,130,218); }

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

background-color css

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

 a { background-color: rgb(227,130,218); }

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

border-color css

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

 span { border-color: rgb(227,130,218); }

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