Html Css Color HEX #E275C3 Persian Pink

📋 copy color: '#E275C3'

red 226 ◦ green 117 ◦ blue 195

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

Shades of Persian Pink #E275C3

Tints of Persian Pink #E275C3

RGB

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

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

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

R = 42.01%
G = 21.75%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.14

 K value IS 0.11

RGB Variations

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

Color information

#E275C3 (or 0xE275C3) is known color: Persian Pink. HEX triplet: E2, 75 and C3. RGB value is (226,117,195). Sum of RGB (Red+Green+Blue) = 226+117+195=538 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.01% from 538); Green value is 117 (46.09% from 255 or 21.75% from 538); Blue value is 195 (76.56% from 255 or 36.25% from 538); Max value from RGB is 226 - color contains mainly: red. Hex color #E275C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E275C3 is #1D8A3C. Grayscale: #9E9E9E. Windows color (decimal): -1935933 or 12809698. OLE color: 12809698.

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

Color convert

RGB 226 117 195 -
CMYK 0 0.48 0.14 0.11
HSL 317.06º 0.65% 0.67% -
HSV(B) 317.06º 0.48% 0.89% -
XYZ 47.58 32.83 55.46 -
YUV 158.48 148.61 176.16 -
System Red Green Blue C M Y K H S L
Decimal 226 117 195 0 0.48 0.14 0.11 317.06 0.65 0.67
Hex E2 75 C3 0 30 E B 13D 41 43
Octal 342 165 303 0 60 16 13 475 101 103
Binary 11100010 1110101 11000011 0 110000 1110 1011 100111101 1000001 1000011

Color Harmonies of #E275C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E275C3

Black with #E275C3

Text Example


Text Example

White with #E275C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E275C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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