Html Css Color HEX #E183DA Orchid

📋 copy color: '#E183DA'

red 225 ◦ green 131 ◦ blue 218

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

Shades of Orchid #E183DA

Tints of Orchid #E183DA

RGB

 RED value IS 225 (88.28% from 255) = 39.2%

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

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

R = 39.2%
G = 22.82%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E183DA (or 0xE183DA) is known color: Orchid. HEX triplet: E1, 83 and DA. RGB value is (225,131,218). Sum of RGB (Red+Green+Blue) = 225+131+218=574 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.20% from 574); Green value is 131 (51.56% from 255 or 22.82% from 574); Blue value is 218 (85.55% from 255 or 37.98% from 574); Max value from RGB is 225 - color contains mainly: red. Hex color #E183DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E183DA is #1E7C25. Grayscale: #A8A8A8. Windows color (decimal): -1997862 or 14320609. OLE color: 14320609.

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

Color convert

RGB 225 131 218 -
CMYK 0 0.42 0.03 0.12
HSL 304.47º 0.61% 0.7% -
HSV(B) 304.47º 0.42% 0.88% -
XYZ 51.82 37.3 70.8 -
YUV 169.02 155.64 167.93 -
System Red Green Blue C M Y K H S L
Decimal 225 131 218 0 0.42 0.03 0.12 304.47 0.61 0.7
Hex E1 83 DA 0 2A 3 C 130 3D 46
Octal 341 203 332 0 52 3 14 460 75 106
Binary 11100001 10000011 11011010 0 101010 11 1100 100110000 111101 1000110

Color Harmonies of #E183DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E183DA

Black with #E183DA

Text Example


Text Example

White with #E183DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E183DA; }

 p { color: rgb(225,131,218); }

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

background-color css

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

 a { background-color: rgb(225,131,218); }

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

border-color css

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

 span { border-color: rgb(225,131,218); }

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