Html Css Color HEX #E181D5 Orchid

📋 copy color: '#E181D5'

red 225 ◦ green 129 ◦ blue 213

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

Shades of Orchid #E181D5

Tints of Orchid #E181D5

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.75%

 BLUE value IS 213 (83.59% from 255) = 37.57%

R = 39.68%
G = 22.75%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E181D5 (or 0xE181D5) is known color: Orchid. HEX triplet: E1, 81 and D5. RGB value is (225,129,213). Sum of RGB (Red+Green+Blue) = 225+129+213=567 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.68% from 567); Green value is 129 (50.78% from 255 or 22.75% from 567); Blue value is 213 (83.59% from 255 or 37.57% from 567); Max value from RGB is 225 - color contains mainly: red. Hex color #E181D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E181D5 is #1E7E2A. Grayscale: #A7A7A7. Windows color (decimal): -1998379 or 13992417. OLE color: 13992417.

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

Color convert

RGB 225 129 213 -
CMYK 0 0.43 0.05 0.12
HSL 307.5º 0.62% 0.69% -
HSV(B) 307.5º 0.43% 0.88% -
XYZ 50.91 36.51 67.31 -
YUV 167.28 153.8 169.17 -
System Red Green Blue C M Y K H S L
Decimal 225 129 213 0 0.43 0.05 0.12 307.5 0.62 0.69
Hex E1 81 D5 0 2B 5 C 134 3E 45
Octal 341 201 325 0 53 5 14 464 76 105
Binary 11100001 10000001 11010101 0 101011 101 1100 100110100 111110 1000101

Color Harmonies of #E181D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E181D5

Black with #E181D5

Text Example


Text Example

White with #E181D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E181D5; }

 p { color: rgb(225,129,213); }

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

background-color css

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

 a { background-color: rgb(225,129,213); }

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

border-color css

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

 span { border-color: rgb(225,129,213); }

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