Html Css Color HEX #E398CF Plum

📋 copy color: '#E398CF'

red 227 ◦ green 152 ◦ blue 207

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

Shades of Plum #E398CF

Tints of Plum #E398CF

RGB

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

 GREEN value IS 152 (59.77% from 255) = 25.94%

 BLUE value IS 207 (81.25% from 255) = 35.32%

R = 38.74%
G = 25.94%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E398CF (or 0xE398CF) is known color: Plum. HEX triplet: E3, 98 and CF. RGB value is (227,152,207). Sum of RGB (Red+Green+Blue) = 227+152+207=586 (77% of max value = 765). Red value is 227 (89.06% from 255 or 38.74% from 586); Green value is 152 (59.77% from 255 or 25.94% from 586); Blue value is 207 (81.25% from 255 or 35.32% from 586); Max value from RGB is 227 - color contains mainly: red. Hex color #E398CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E398CF is #1C6730. Grayscale: #B4B4B4. Windows color (decimal): -1861425 or 13605091. OLE color: 13605091.

HSL color Cylindrical-coordinate representation of color #E398CF: hue angle of 316º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E398CF is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 152 207 -
CMYK 0 0.33 0.09 0.11
HSL 316º 0.57% 0.74% -
HSV(B) 316º 0.33% 0.89% -
XYZ 54.17 43.29 64.53 -
YUV 180.7 142.85 161.03 -
System Red Green Blue C M Y K H S L
Decimal 227 152 207 0 0.33 0.09 0.11 316 0.57 0.74
Hex E3 98 CF 0 21 9 B 13C 39 4A
Octal 343 230 317 0 41 11 13 474 71 112
Binary 11100011 10011000 11001111 0 100001 1001 1011 100111100 111001 1001010

Color Harmonies of #E398CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E398CF

Black with #E398CF

Text Example


Text Example

White with #E398CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E398CF; }

 p { color: rgb(227,152,207); }

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

background-color css

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

 a { background-color: rgb(227,152,207); }

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

border-color css

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

 span { border-color: rgb(227,152,207); }

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