Html Css Color HEX #E69CE4 Plum

📋 copy color: '#E69CE4'

red 230 ◦ green 156 ◦ blue 228

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

Shades of Plum #E69CE4

Tints of Plum #E69CE4

RGB

 RED value IS 230 (90.23% from 255) = 37.46%

 GREEN value IS 156 (61.33% from 255) = 25.41%

 BLUE value IS 228 (89.45% from 255) = 37.13%

R = 37.46%
G = 25.41%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.01

 K value IS 0.10

RGB Variations

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

Color information

#E69CE4 (or 0xE69CE4) is known color: Plum. HEX triplet: E6, 9C and E4. RGB value is (230,156,228). Sum of RGB (Red+Green+Blue) = 230+156+228=614 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.46% from 614); Green value is 156 (61.33% from 255 or 25.41% from 614); Blue value is 228 (89.45% from 255 or 37.13% from 614); Max value from RGB is 230 - color contains mainly: red. Hex color #E69CE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E69CE4 is #19631B. Grayscale: #BABABA. Windows color (decimal): -1663772 or 14982374. OLE color: 14982374.

HSL color Cylindrical-coordinate representation of color #E69CE4: hue angle of 301.62º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E69CE4 is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 156 228 -
CMYK 0 0.32 0.01 0.10
HSL 301.62º 0.6% 0.76% -
HSV(B) 301.62º 0.32% 0.9% -
XYZ 58.53 46.2 79.23 -
YUV 186.33 151.52 159.15 -
System Red Green Blue C M Y K H S L
Decimal 230 156 228 0 0.32 0.01 0.10 301.62 0.6 0.76
Hex E6 9C E4 0 20 1 A 12E 3C 4C
Octal 346 234 344 0 40 1 12 456 74 114
Binary 11100110 10011100 11100100 0 100000 1 1010 100101110 111100 1001100

Color Harmonies of #E69CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69CE4

Black with #E69CE4

Text Example


Text Example

White with #E69CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69CE4; }

 p { color: rgb(230,156,228); }

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

background-color css

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

 a { background-color: rgb(230,156,228); }

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

border-color css

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

 span { border-color: rgb(230,156,228); }

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