Html Css Color HEX #E275C1 Persian Pink

📋 copy color: '#E275C1'

red 226 ◦ green 117 ◦ blue 193

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

Shades of Persian Pink #E275C1

Tints of Persian Pink #E275C1

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.83%

 BLUE value IS 193 (75.78% from 255) = 36.01%

R = 42.16%
G = 21.83%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.15

 K value IS 0.11

RGB Variations

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

Color information

#E275C1 (or 0xE275C1) is known color: Persian Pink. HEX triplet: E2, 75 and C1. RGB value is (226,117,193). Sum of RGB (Red+Green+Blue) = 226+117+193=536 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.16% from 536); Green value is 117 (46.09% from 255 or 21.83% from 536); Blue value is 193 (75.78% from 255 or 36.01% from 536); Max value from RGB is 226 - color contains mainly: red. Hex color #E275C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E275C1 is #1D8A3E. Grayscale: #9E9E9E. Windows color (decimal): -1935935 or 12678626. OLE color: 12678626.

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

Color convert

RGB 226 117 193 -
CMYK 0 0.48 0.15 0.11
HSL 318.17º 0.65% 0.67% -
HSV(B) 318.17º 0.48% 0.89% -
XYZ 47.35 32.74 54.28 -
YUV 158.26 147.61 176.32 -
System Red Green Blue C M Y K H S L
Decimal 226 117 193 0 0.48 0.15 0.11 318.17 0.65 0.67
Hex E2 75 C1 0 30 F B 13E 41 43
Octal 342 165 301 0 60 17 13 476 101 103
Binary 11100010 1110101 11000001 0 110000 1111 1011 100111110 1000001 1000011

Color Harmonies of #E275C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E275C1

Black with #E275C1

Text Example


Text Example

White with #E275C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E275C1; }

 p { color: rgb(226,117,193); }

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

background-color css

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

 a { background-color: rgb(226,117,193); }

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

border-color css

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

 span { border-color: rgb(226,117,193); }

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