Html Css Color HEX #E481DA Orchid

📋 copy color: '#E481DA'

red 228 ◦ green 129 ◦ blue 218

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

Shades of Orchid #E481DA

Tints of Orchid #E481DA

RGB

 RED value IS 228 (89.45% from 255) = 39.65%

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

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

R = 39.65%
G = 22.43%
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

#E481DA (or 0xE481DA) is known color: Orchid. HEX triplet: E4, 81 and DA. RGB value is (228,129,218). Sum of RGB (Red+Green+Blue) = 228+129+218=575 (76% of max value = 765). Red value is 228 (89.45% from 255 or 39.65% from 575); Green value is 129 (50.78% from 255 or 22.43% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 228 - color contains mainly: red. Hex color #E481DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E481DA is #1B7E25. Grayscale: #A8A8A8. Windows color (decimal): -1801766 or 14320100. OLE color: 14320100.

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

Color convert

RGB 228 129 218 -
CMYK 0 0.43 0.04 0.11
HSL 306.06º 0.65% 0.7% -
HSV(B) 306.06º 0.43% 0.89% -
XYZ 52.5 37.26 70.75 -
YUV 168.75 155.8 170.26 -
System Red Green Blue C M Y K H S L
Decimal 228 129 218 0 0.43 0.04 0.11 306.06 0.65 0.7
Hex E4 81 DA 0 2B 4 B 132 41 46
Octal 344 201 332 0 53 4 13 462 101 106
Binary 11100100 10000001 11011010 0 101011 100 1011 100110010 1000001 1000110

Color Harmonies of #E481DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E481DA

Black with #E481DA

Text Example


Text Example

White with #E481DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E481DA; }

 p { color: rgb(228,129,218); }

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

background-color css

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

 a { background-color: rgb(228,129,218); }

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

border-color css

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

 span { border-color: rgb(228,129,218); }

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