Html Css Color HEX #E282BD Persian Pink

📋 copy color: '#E282BD'

red 226 ◦ green 130 ◦ blue 189

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

Shades of Persian Pink #E282BD

Tints of Persian Pink #E282BD

RGB

 RED value IS 226 (88.67% from 255) = 41.47%

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

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

R = 41.47%
G = 23.85%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#E282BD (or 0xE282BD) is known color: Persian Pink. HEX triplet: E2, 82 and BD. RGB value is (226,130,189). Sum of RGB (Red+Green+Blue) = 226+130+189=545 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.47% from 545); Green value is 130 (51.17% from 255 or 23.85% from 545); Blue value is 189 (74.22% from 255 or 34.68% from 545); Max value from RGB is 226 - color contains mainly: red. Hex color #E282BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E282BD is #1D7D42. Grayscale: #A5A5A5. Windows color (decimal): -1932611 or 12419810. OLE color: 12419810.

HSL color Cylindrical-coordinate representation of color #E282BD: hue angle of 323.12º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E282BD is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 130 189 -
CMYK 0 0.42 0.16 0.11
HSL 323.13º 0.62% 0.7% -
HSV(B) 323.13º 0.42% 0.89% -
XYZ 48.53 35.81 52.5 -
YUV 165.43 141.3 171.2 -
System Red Green Blue C M Y K H S L
Decimal 226 130 189 0 0.42 0.16 0.11 323.13 0.62 0.7
Hex E2 82 BD 0 2A 10 B 143 3E 46
Octal 342 202 275 0 52 20 13 503 76 106
Binary 11100010 10000010 10111101 0 101010 10000 1011 101000011 111110 1000110

Color Harmonies of #E282BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E282BD

Black with #E282BD

Text Example


Text Example

White with #E282BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E282BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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