Html Css Color HEX #E278B9 Persian Pink

📋 copy color: '#E278B9'

red 226 ◦ green 120 ◦ blue 185

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

Shades of Persian Pink #E278B9

Tints of Persian Pink #E278B9

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.6%

 BLUE value IS 185 (72.66% from 255) = 34.84%

R = 42.56%
G = 22.6%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E278B9 (or 0xE278B9) is known color: Persian Pink. HEX triplet: E2, 78 and B9. RGB value is (226,120,185). Sum of RGB (Red+Green+Blue) = 226+120+185=531 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.56% from 531); Green value is 120 (47.27% from 255 or 22.60% from 531); Blue value is 185 (72.66% from 255 or 34.84% from 531); Max value from RGB is 226 - color contains mainly: red. Hex color #E278B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E278B9 is #1D8746. Grayscale: #9E9E9E. Windows color (decimal): -1935175 or 12155106. OLE color: 12155106.

HSL color Cylindrical-coordinate representation of color #E278B9: hue angle of 323.21º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E278B9 is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 120 185 -
CMYK 0 0.47 0.18 0.11
HSL 323.21º 0.65% 0.68% -
HSV(B) 323.21º 0.47% 0.89% -
XYZ 46.84 33.1 49.82 -
YUV 159.1 142.62 175.71 -
System Red Green Blue C M Y K H S L
Decimal 226 120 185 0 0.47 0.18 0.11 323.21 0.65 0.68
Hex E2 78 B9 0 2F 12 B 143 41 44
Octal 342 170 271 0 57 22 13 503 101 104
Binary 11100010 1111000 10111001 0 101111 10010 1011 101000011 1000001 1000100

Color Harmonies of #E278B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E278B9

Black with #E278B9

Text Example


Text Example

White with #E278B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E278B9; }

 p { color: rgb(226,120,185); }

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

background-color css

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

 a { background-color: rgb(226,120,185); }

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

border-color css

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

 span { border-color: rgb(226,120,185); }

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