Html Css Color HEX #E674C4 Persian Pink

📋 copy color: '#E674C4'

red 230 ◦ green 116 ◦ blue 196

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

Shades of Persian Pink #E674C4

Tints of Persian Pink #E674C4

RGB

 RED value IS 230 (90.23% from 255) = 42.44%

 GREEN value IS 116 (45.7% from 255) = 21.4%

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

R = 42.44%
G = 21.4%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.15

 K value IS 0.10

RGB Variations

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

Color information

#E674C4 (or 0xE674C4) is known color: Persian Pink. HEX triplet: E6, 74 and C4. RGB value is (230,116,196). Sum of RGB (Red+Green+Blue) = 230+116+196=542 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.44% from 542); Green value is 116 (45.70% from 255 or 21.40% from 542); Blue value is 196 (76.95% from 255 or 36.16% from 542); Max value from RGB is 230 - color contains mainly: red. Hex color #E674C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E674C4 is #198B3B. Grayscale: #9F9F9F. Windows color (decimal): -1674044 or 12874982. OLE color: 12874982.

HSL color Cylindrical-coordinate representation of color #E674C4: hue angle of 317.89º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E674C4 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 116 196 -
CMYK 0 0.50 0.15 0.10
HSL 317.89º 0.7% 0.68% -
HSV(B) 317.89º 0.5% 0.9% -
XYZ 48.84 33.3 56.08 -
YUV 159.21 148.77 178.5 -
System Red Green Blue C M Y K H S L
Decimal 230 116 196 0 0.50 0.15 0.10 317.89 0.7 0.68
Hex E6 74 C4 0 32 F A 13E 46 44
Octal 346 164 304 0 62 17 12 476 106 104
Binary 11100110 1110100 11000100 0 110010 1111 1010 100111110 1000110 1000100

Color Harmonies of #E674C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E674C4

Black with #E674C4

Text Example


Text Example

White with #E674C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E674C4; }

 p { color: rgb(230,116,196); }

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

background-color css

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

 a { background-color: rgb(230,116,196); }

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

border-color css

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

 span { border-color: rgb(230,116,196); }

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