Html Css Color HEX #FF7EBA Persian Pink

📋 copy color: '#FF7EBA'

red 255 ◦ green 126 ◦ blue 186

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

Shades of Persian Pink #FF7EBA

Tints of Persian Pink #FF7EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 32.8%

R = 44.97%
G = 22.22%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#FF7EBA (or 0xFF7EBA) is known color: Persian Pink. HEX triplet: FF, 7E and BA. RGB value is (255,126,186). Sum of RGB (Red+Green+Blue) = 255+126+186=567 (75% of max value = 765). Red value is 255 (100% from 255 or 44.97% from 567); Green value is 126 (49.61% from 255 or 22.22% from 567); Blue value is 186 (73.05% from 255 or 32.80% from 567); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7EBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7EBA is #008145. Grayscale: #ABABAB. Windows color (decimal): -33094 or 12222207. OLE color: 12222207.

HSL color Cylindrical-coordinate representation of color #FF7EBA: hue angle of 332.09º 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 #FF7EBA is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB 255 126 186 -
CMYK 0 0.51 0.27 0
HSL 332.09º 1% 0.75% -
HSV(B) 332.09º 0.51% 1% -
XYZ 57.56 39.73 51.09 -
YUV 171.41 136.24 187.62 -
System Red Green Blue C M Y K H S L
Decimal 255 126 186 0 0.51 0.27 0 332.09 1 0.75
Hex FF 7E BA 0 33 1B 0 14C 64 4B
Octal 377 176 272 0 63 33 0 514 144 113
Binary 11111111 1111110 10111010 0 110011 11011 0 101001100 1100100 1001011

Color Harmonies of #FF7EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7EBA

Black with #FF7EBA

Text Example


Text Example

White with #FF7EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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