Html Css Color HEX #EE9AEA Plum

📋 copy color: '#EE9AEA'

red 238 ◦ green 154 ◦ blue 234

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

Shades of Plum #EE9AEA

Tints of Plum #EE9AEA

RGB

 RED value IS 238 (93.36% from 255) = 38.02%

 GREEN value IS 154 (60.55% from 255) = 24.6%

 BLUE value IS 234 (91.8% from 255) = 37.38%

R = 38.02%
G = 24.6%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#EE9AEA (or 0xEE9AEA) is known color: Plum. HEX triplet: EE, 9A and EA. RGB value is (238,154,234). Sum of RGB (Red+Green+Blue) = 238+154+234=626 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.02% from 626); Green value is 154 (60.55% from 255 or 24.60% from 626); Blue value is 234 (91.80% from 255 or 37.38% from 626); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9AEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EE9AEA is #116515. Grayscale: #BCBCBC. Windows color (decimal): -1139990 or 15375086. OLE color: 15375086.

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

Color convert

RGB 238 154 234 -
CMYK 0 0.35 0.02 0.07
HSL 302.86º 0.71% 0.77% -
HSV(B) 302.86º 0.35% 0.93% -
XYZ 61.67 47.23 83.71 -
YUV 188.24 153.83 163.5 -
System Red Green Blue C M Y K H S L
Decimal 238 154 234 0 0.35 0.02 0.07 302.86 0.71 0.77
Hex EE 9A EA 0 23 2 7 12F 47 4D
Octal 356 232 352 0 43 2 7 457 107 115
Binary 11101110 10011010 11101010 0 100011 10 111 100101111 1000111 1001101

Color Harmonies of #EE9AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9AEA

Black with #EE9AEA

Text Example


Text Example

White with #EE9AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9AEA; }

 p { color: rgb(238,154,234); }

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

background-color css

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

 a { background-color: rgb(238,154,234); }

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

border-color css

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

 span { border-color: rgb(238,154,234); }

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