Html Css Color HEX #E277C3 Persian Pink

📋 copy color: '#E277C3'

red 226 ◦ green 119 ◦ blue 195

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

Shades of Persian Pink #E277C3

Tints of Persian Pink #E277C3

RGB

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

 GREEN value IS 119 (46.88% from 255) = 22.04%

 BLUE value IS 195 (76.56% from 255) = 36.11%

R = 41.85%
G = 22.04%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.11

RGB Variations

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

Color information

#E277C3 (or 0xE277C3) is known color: Persian Pink. HEX triplet: E2, 77 and C3. RGB value is (226,119,195). Sum of RGB (Red+Green+Blue) = 226+119+195=540 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.85% from 540); Green value is 119 (46.88% from 255 or 22.04% from 540); Blue value is 195 (76.56% from 255 or 36.11% from 540); Max value from RGB is 226 - color contains mainly: red. Hex color #E277C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E277C3 is #1D883C. Grayscale: #9F9F9F. Windows color (decimal): -1935421 or 12810210. OLE color: 12810210.

HSL color Cylindrical-coordinate representation of color #E277C3: hue angle of 317.38º 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 #E277C3 is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 119 195 -
CMYK 0 0.47 0.14 0.11
HSL 317.38º 0.65% 0.68% -
HSV(B) 317.38º 0.47% 0.89% -
XYZ 47.81 33.3 55.54 -
YUV 159.66 147.95 175.32 -
System Red Green Blue C M Y K H S L
Decimal 226 119 195 0 0.47 0.14 0.11 317.38 0.65 0.68
Hex E2 77 C3 0 2F E B 13D 41 44
Octal 342 167 303 0 57 16 13 475 101 104
Binary 11100010 1110111 11000011 0 101111 1110 1011 100111101 1000001 1000100

Color Harmonies of #E277C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E277C3

Black with #E277C3

Text Example


Text Example

White with #E277C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E277C3; }

 p { color: rgb(226,119,195); }

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

background-color css

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

 a { background-color: rgb(226,119,195); }

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

border-color css

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

 span { border-color: rgb(226,119,195); }

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