Html Css Color HEX #EF83B2 Persian Pink

📋 copy color: '#EF83B2'

red 239 ◦ green 131 ◦ blue 178

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

Shades of Persian Pink #EF83B2

Tints of Persian Pink #EF83B2

RGB

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

 GREEN value IS 131 (51.56% from 255) = 23.91%

 BLUE value IS 178 (69.92% from 255) = 32.48%

R = 43.61%
G = 23.91%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.26

 K value IS 0.06

RGB Variations

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

Color information

#EF83B2 (or 0xEF83B2) is known color: Persian Pink. HEX triplet: EF, 83 and B2. RGB value is (239,131,178). Sum of RGB (Red+Green+Blue) = 239+131+178=548 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.61% from 548); Green value is 131 (51.56% from 255 or 23.91% from 548); Blue value is 178 (69.92% from 255 or 32.48% from 548); Max value from RGB is 239 - color contains mainly: red. Hex color #EF83B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF83B2 is #107C4D. Grayscale: #A8A8A8. Windows color (decimal): -1080398 or 11699183. OLE color: 11699183.

HSL color Cylindrical-coordinate representation of color #EF83B2: hue angle of 333.89º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EF83B2 is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 131 178 -
CMYK 0 0.45 0.26 0.06
HSL 333.89º 0.77% 0.73% -
HSV(B) 333.89º 0.45% 0.94% -
XYZ 51.75 37.8 46.69 -
YUV 168.65 133.28 178.18 -
System Red Green Blue C M Y K H S L
Decimal 239 131 178 0 0.45 0.26 0.06 333.89 0.77 0.73
Hex EF 83 B2 0 2D 1A 6 14E 4D 49
Octal 357 203 262 0 55 32 6 516 115 111
Binary 11101111 10000011 10110010 0 101101 11010 110 101001110 1001101 1001001

Color Harmonies of #EF83B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF83B2

Black with #EF83B2

Text Example


Text Example

White with #EF83B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF83B2; }

 p { color: rgb(239,131,178); }

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

background-color css

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

 a { background-color: rgb(239,131,178); }

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

border-color css

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

 span { border-color: rgb(239,131,178); }

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