Html Css Color HEX #FF7EBC Persian Pink

📋 copy color: '#FF7EBC'

red 255 ◦ green 126 ◦ blue 188

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

Shades of Persian Pink #FF7EBC

Tints of Persian Pink #FF7EBC

RGB

 RED value IS 255 (100% from 255) = 44.82%

 GREEN value IS 126 (49.61% from 255) = 22.14%

 BLUE value IS 188 (73.83% from 255) = 33.04%

R = 44.82%
G = 22.14%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.26

 K value IS 0

RGB Variations

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

Color information

#FF7EBC (or 0xFF7EBC) is known color: Persian Pink. HEX triplet: FF, 7E and BC. RGB value is (255,126,188). Sum of RGB (Red+Green+Blue) = 255+126+188=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 126 (49.61% from 255 or 22.14% from 569); Blue value is 188 (73.83% from 255 or 33.04% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7EBC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7EBC is #008143. Grayscale: #ABABAB. Windows color (decimal): -33092 or 12353279. OLE color: 12353279.

HSL color Cylindrical-coordinate representation of color #FF7EBC: hue angle of 331.16º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF7EBC is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.

Color convert

RGB 255 126 188 -
CMYK 0 0.51 0.26 0
HSL 331.16º 1% 0.75% -
HSV(B) 331.16º 0.51% 1% -
XYZ 57.78 39.81 52.22 -
YUV 171.64 137.24 187.46 -
System Red Green Blue C M Y K H S L
Decimal 255 126 188 0 0.51 0.26 0 331.16 1 0.75
Hex FF 7E BC 0 33 1A 0 14B 64 4B
Octal 377 176 274 0 63 32 0 513 144 113
Binary 11111111 1111110 10111100 0 110011 11010 0 101001011 1100100 1001011

Color Harmonies of #FF7EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7EBC

Black with #FF7EBC

Text Example


Text Example

White with #FF7EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7EBC; }

 p { color: rgb(255,126,188); }

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

background-color css

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

 a { background-color: rgb(255,126,188); }

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

border-color css

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

 span { border-color: rgb(255,126,188); }

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