Html Css Color HEX #E278C4 Persian Pink

📋 copy color: '#E278C4'

red 226 ◦ green 120 ◦ blue 196

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

Shades of Persian Pink #E278C4

Tints of Persian Pink #E278C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 36.16%

R = 41.7%
G = 22.14%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.11

RGB Variations

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

Color information

#E278C4 (or 0xE278C4) is known color: Persian Pink. HEX triplet: E2, 78 and C4. RGB value is (226,120,196). Sum of RGB (Red+Green+Blue) = 226+120+196=542 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.70% from 542); Green value is 120 (47.27% from 255 or 22.14% from 542); Blue value is 196 (76.95% from 255 or 36.16% from 542); Max value from RGB is 226 - color contains mainly: red. Hex color #E278C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E278C4 is #1D873B. Grayscale: #A0A0A0. Windows color (decimal): -1935164 or 12876002. OLE color: 12876002.

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

Color convert

RGB 226 120 196 -
CMYK 0 0.47 0.13 0.11
HSL 316.98º 0.65% 0.68% -
HSV(B) 316.98º 0.47% 0.89% -
XYZ 48.04 33.59 56.18 -
YUV 160.36 148.12 174.82 -
System Red Green Blue C M Y K H S L
Decimal 226 120 196 0 0.47 0.13 0.11 316.98 0.65 0.68
Hex E2 78 C4 0 2F D B 13D 41 44
Octal 342 170 304 0 57 15 13 475 101 104
Binary 11100010 1111000 11000100 0 101111 1101 1011 100111101 1000001 1000100

Color Harmonies of #E278C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E278C4

Black with #E278C4

Text Example


Text Example

White with #E278C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E278C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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