Html Css Color HEX #EE82BD Persian Pink

📋 copy color: '#EE82BD'

red 238 ◦ green 130 ◦ blue 189

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

Shades of Persian Pink #EE82BD

Tints of Persian Pink #EE82BD

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.34%

 BLUE value IS 189 (74.22% from 255) = 33.93%

R = 42.73%
G = 23.34%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#EE82BD (or 0xEE82BD) is known color: Persian Pink. HEX triplet: EE, 82 and BD. RGB value is (238,130,189). Sum of RGB (Red+Green+Blue) = 238+130+189=557 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.73% from 557); Green value is 130 (51.17% from 255 or 23.34% from 557); Blue value is 189 (74.22% from 255 or 33.93% from 557); Max value from RGB is 238 - color contains mainly: red. Hex color #EE82BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE82BD is #117D42. Grayscale: #A8A8A8. Windows color (decimal): -1146179 or 12419822. OLE color: 12419822.

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

Color convert

RGB 238 130 189 -
CMYK 0 0.45 0.21 0.07
HSL 327.22º 0.76% 0.72% -
HSV(B) 327.22º 0.45% 0.93% -
XYZ 52.43 37.82 52.68 -
YUV 169.02 139.28 177.2 -
System Red Green Blue C M Y K H S L
Decimal 238 130 189 0 0.45 0.21 0.07 327.22 0.76 0.72
Hex EE 82 BD 0 2D 15 7 147 4C 48
Octal 356 202 275 0 55 25 7 507 114 110
Binary 11101110 10000010 10111101 0 101101 10101 111 101000111 1001100 1001000

Color Harmonies of #EE82BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE82BD

Black with #EE82BD

Text Example


Text Example

White with #EE82BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE82BD; }

 p { color: rgb(238,130,189); }

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

background-color css

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

 a { background-color: rgb(238,130,189); }

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

border-color css

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

 span { border-color: rgb(238,130,189); }

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