Html Css Color HEX #E281D5 Orchid

📋 copy color: '#E281D5'

red 226 ◦ green 129 ◦ blue 213

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

Shades of Orchid #E281D5

Tints of Orchid #E281D5

RGB

 RED value IS 226 (88.67% from 255) = 39.79%

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

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

R = 39.79%
G = 22.71%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.06

 K value IS 0.11

RGB Variations

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

Color information

#E281D5 (or 0xE281D5) is known color: Orchid. HEX triplet: E2, 81 and D5. RGB value is (226,129,213). Sum of RGB (Red+Green+Blue) = 226+129+213=568 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.79% from 568); Green value is 129 (50.78% from 255 or 22.71% from 568); Blue value is 213 (83.59% from 255 or 37.5% from 568); Max value from RGB is 226 - color contains mainly: red. Hex color #E281D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E281D5 is #1D7E2A. Grayscale: #A7A7A7. Windows color (decimal): -1932843 or 13992418. OLE color: 13992418.

HSL color Cylindrical-coordinate representation of color #E281D5: hue angle of 308.04º 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 #E281D5 is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 129 213 -
CMYK 0 0.43 0.06 0.11
HSL 308.04º 0.63% 0.7% -
HSV(B) 308.04º 0.43% 0.89% -
XYZ 51.22 36.67 67.33 -
YUV 167.58 153.64 169.67 -
System Red Green Blue C M Y K H S L
Decimal 226 129 213 0 0.43 0.06 0.11 308.04 0.63 0.7
Hex E2 81 D5 0 2B 6 B 134 3F 46
Octal 342 201 325 0 53 6 13 464 77 106
Binary 11100010 10000001 11010101 0 101011 110 1011 100110100 111111 1000110

Color Harmonies of #E281D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E281D5

Black with #E281D5

Text Example


Text Example

White with #E281D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E281D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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