Html Css Color HEX #EF7FB3 Persian Pink

📋 copy color: '#EF7FB3'

red 239 ◦ green 127 ◦ blue 179

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

Shades of Persian Pink #EF7FB3

Tints of Persian Pink #EF7FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 32.84%

R = 43.85%
G = 23.3%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#EF7FB3 (or 0xEF7FB3) is known color: Persian Pink. HEX triplet: EF, 7F and B3. RGB value is (239,127,179). Sum of RGB (Red+Green+Blue) = 239+127+179=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 127 (50% from 255 or 23.30% from 545); Blue value is 179 (70.31% from 255 or 32.84% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7FB3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7FB3 is #10804C. Grayscale: #A6A6A6. Windows color (decimal): -1081421 or 11763695. OLE color: 11763695.

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

Color convert

RGB 239 127 179 -
CMYK 0 0.47 0.25 0.06
HSL 332.14º 0.78% 0.72% -
HSV(B) 332.14º 0.47% 0.94% -
XYZ 51.32 36.78 47.04 -
YUV 166.42 135.11 179.77 -
System Red Green Blue C M Y K H S L
Decimal 239 127 179 0 0.47 0.25 0.06 332.14 0.78 0.72
Hex EF 7F B3 0 2F 19 6 14C 4E 48
Octal 357 177 263 0 57 31 6 514 116 110
Binary 11101111 1111111 10110011 0 101111 11001 110 101001100 1001110 1001000

Color Harmonies of #EF7FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF7FB3

Black with #EF7FB3

Text Example


Text Example

White with #EF7FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF7FB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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