Html Css Color HEX #EF7FC2 Persian Pink

📋 copy color: '#EF7FC2'

red 239 ◦ green 127 ◦ blue 194

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

Shades of Persian Pink #EF7FC2

Tints of Persian Pink #EF7FC2

RGB

 RED value IS 239 (93.75% from 255) = 42.68%

 GREEN value IS 127 (50% from 255) = 22.68%

 BLUE value IS 194 (76.17% from 255) = 34.64%

R = 42.68%
G = 22.68%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.19

 K value IS 0.06

RGB Variations

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

Color information

#EF7FC2 (or 0xEF7FC2) is known color: Persian Pink. HEX triplet: EF, 7F and C2. RGB value is (239,127,194). Sum of RGB (Red+Green+Blue) = 239+127+194=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 127 (50% from 255 or 22.68% from 560); Blue value is 194 (76.17% from 255 or 34.64% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7FC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7FC2 is #10803D. Grayscale: #A7A7A7. Windows color (decimal): -1081406 or 12746735. OLE color: 12746735.

HSL color Cylindrical-coordinate representation of color #EF7FC2: hue angle of 324.11º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EF7FC2 is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 127 194 -
CMYK 0 0.47 0.19 0.06
HSL 324.11º 0.78% 0.72% -
HSV(B) 324.11º 0.47% 0.94% -
XYZ 52.92 37.42 55.47 -
YUV 168.13 142.61 178.55 -
System Red Green Blue C M Y K H S L
Decimal 239 127 194 0 0.47 0.19 0.06 324.11 0.78 0.72
Hex EF 7F C2 0 2F 13 6 144 4E 48
Octal 357 177 302 0 57 23 6 504 116 110
Binary 11101111 1111111 11000010 0 101111 10011 110 101000100 1001110 1001000

Color Harmonies of #EF7FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7FC2

Black with #EF7FC2

Text Example


Text Example

White with #EF7FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7FC2; }

 p { color: rgb(239,127,194); }

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

background-color css

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

 a { background-color: rgb(239,127,194); }

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

border-color css

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

 span { border-color: rgb(239,127,194); }

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