Html Css Color HEX #E38AD4 Plum

📋 copy color: '#E38AD4'

red 227 ◦ green 138 ◦ blue 212

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

Shades of Plum #E38AD4

Tints of Plum #E38AD4

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.92%

 BLUE value IS 212 (83.2% from 255) = 36.74%

R = 39.34%
G = 23.92%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.07

 K value IS 0.11

RGB Variations

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

Color information

#E38AD4 (or 0xE38AD4) is known color: Plum. HEX triplet: E3, 8A and D4. RGB value is (227,138,212). Sum of RGB (Red+Green+Blue) = 227+138+212=577 (76% of max value = 765). Red value is 227 (89.06% from 255 or 39.34% from 577); Green value is 138 (54.30% from 255 or 23.92% from 577); Blue value is 212 (83.20% from 255 or 36.74% from 577); Max value from RGB is 227 - color contains mainly: red. Hex color #E38AD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E38AD4 is #1C752B. Grayscale: #ACACAC. Windows color (decimal): -1865004 or 13929187. OLE color: 13929187.

HSL color Cylindrical-coordinate representation of color #E38AD4: hue angle of 310.11º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E38AD4 is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 138 212 -
CMYK 0 0.39 0.07 0.11
HSL 310.11º 0.61% 0.72% -
HSV(B) 310.11º 0.39% 0.89% -
XYZ 52.65 39.26 67.09 -
YUV 173.05 149.99 166.48 -
System Red Green Blue C M Y K H S L
Decimal 227 138 212 0 0.39 0.07 0.11 310.11 0.61 0.72
Hex E3 8A D4 0 27 7 B 136 3D 48
Octal 343 212 324 0 47 7 13 466 75 110
Binary 11100011 10001010 11010100 0 100111 111 1011 100110110 111101 1001000

Color Harmonies of #E38AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E38AD4

Black with #E38AD4

Text Example


Text Example

White with #E38AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E38AD4; }

 p { color: rgb(227,138,212); }

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

background-color css

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

 a { background-color: rgb(227,138,212); }

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

border-color css

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

 span { border-color: rgb(227,138,212); }

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