Html Css Color HEX #EE80B3 Persian Pink

📋 copy color: '#EE80B3'

red 238 ◦ green 128 ◦ blue 179

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

Shades of Persian Pink #EE80B3

Tints of Persian Pink #EE80B3

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.49%

 BLUE value IS 179 (70.31% from 255) = 32.84%

R = 43.67%
G = 23.49%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EE80B3 (or 0xEE80B3) is known color: Persian Pink. HEX triplet: EE, 80 and B3. RGB value is (238,128,179). Sum of RGB (Red+Green+Blue) = 238+128+179=545 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.67% from 545); Green value is 128 (50.39% from 255 or 23.49% from 545); Blue value is 179 (70.31% from 255 or 32.84% from 545); Max value from RGB is 238 - color contains mainly: red. Hex color #EE80B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE80B3 is #117F4C. Grayscale: #A6A6A6. Windows color (decimal): -1146701 or 11763950. OLE color: 11763950.

HSL color Cylindrical-coordinate representation of color #EE80B3: hue angle of 332.18º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EE80B3 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 128 179 -
CMYK 0 0.46 0.25 0.07
HSL 332.18º 0.76% 0.72% -
HSV(B) 332.18º 0.46% 0.93% -
XYZ 51.12 36.87 47.07 -
YUV 166.7 134.94 178.85 -
System Red Green Blue C M Y K H S L
Decimal 238 128 179 0 0.46 0.25 0.07 332.18 0.76 0.72
Hex EE 80 B3 0 2E 19 7 14C 4C 48
Octal 356 200 263 0 56 31 7 514 114 110
Binary 11101110 10000000 10110011 0 101110 11001 111 101001100 1001100 1001000

Color Harmonies of #EE80B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE80B3

Black with #EE80B3

Text Example


Text Example

White with #EE80B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE80B3; }

 p { color: rgb(238,128,179); }

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

background-color css

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

 a { background-color: rgb(238,128,179); }

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

border-color css

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

 span { border-color: rgb(238,128,179); }

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