Html Css Color HEX #E69CED Plum

📋 copy color: '#E69CED'

red 230 ◦ green 156 ◦ blue 237

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

Shades of Plum #E69CED

Tints of Plum #E69CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.04%

R = 36.92%
G = 25.04%
B = 38.04%

CMYK

 C value IS 0.03

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E69CED (or 0xE69CED) is known color: Plum. HEX triplet: E6, 9C and ED. RGB value is (230,156,237). Sum of RGB (Red+Green+Blue) = 230+156+237=623 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.92% from 623); Green value is 156 (61.33% from 255 or 25.04% from 623); Blue value is 237 (92.97% from 255 or 38.04% from 623); Max value from RGB is 237 - color contains mainly: blue. Hex color #E69CED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E69CED is #196312. Grayscale: #BBBBBB. Windows color (decimal): -1663763 or 15572198. OLE color: 15572198.

HSL color Cylindrical-coordinate representation of color #E69CED: hue angle of 294.81º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E69CED is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 230 156 237 -
CMYK 0.03 0.34 0 0.07
HSL 294.81º 0.69% 0.77% -
HSV(B) 294.81º 0.34% 0.93% -
XYZ 59.81 46.71 85.99 -
YUV 187.36 156.02 158.41 -
System Red Green Blue C M Y K H S L
Decimal 230 156 237 0.03 0.34 0 0.07 294.81 0.69 0.77
Hex E6 9C ED 3 22 0 7 127 45 4D
Octal 346 234 355 3 42 0 7 447 105 115
Binary 11100110 10011100 11101101 11 100010 0 111 100100111 1000101 1001101

Color Harmonies of #E69CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69CED

Black with #E69CED

Text Example


Text Example

White with #E69CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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