Html Css Color HEX #ED6FBA Persian Pink

📋 copy color: '#ED6FBA'

red 237 ◦ green 111 ◦ blue 186

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

Shades of Persian Pink #ED6FBA

Tints of Persian Pink #ED6FBA

RGB

 RED value IS 237 (92.97% from 255) = 44.38%

 GREEN value IS 111 (43.75% from 255) = 20.79%

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

R = 44.38%
G = 20.79%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#ED6FBA (or 0xED6FBA) is known color: Persian Pink. HEX triplet: ED, 6F and BA. RGB value is (237,111,186). Sum of RGB (Red+Green+Blue) = 237+111+186=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 111 (43.75% from 255 or 20.79% from 534); Blue value is 186 (73.05% from 255 or 34.83% from 534); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6FBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED6FBA is #129045. Grayscale: #9D9D9D. Windows color (decimal): -1216582 or 12218349. OLE color: 12218349.

HSL color Cylindrical-coordinate representation of color #ED6FBA: hue angle of 324.29º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ED6FBA is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 111 186 -
CMYK 0 0.53 0.22 0.07
HSL 324.29º 0.78% 0.68% -
HSV(B) 324.29º 0.53% 0.93% -
XYZ 49.47 32.92 50.2 -
YUV 157.22 144.24 184.9 -
System Red Green Blue C M Y K H S L
Decimal 237 111 186 0 0.53 0.22 0.07 324.29 0.78 0.68
Hex ED 6F BA 0 35 16 7 144 4E 44
Octal 355 157 272 0 65 26 7 504 116 104
Binary 11101101 1101111 10111010 0 110101 10110 111 101000100 1001110 1000100

Color Harmonies of #ED6FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6FBA

Black with #ED6FBA

Text Example


Text Example

White with #ED6FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6FBA; }

 p { color: rgb(237,111,186); }

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

background-color css

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

 a { background-color: rgb(237,111,186); }

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

border-color css

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

 span { border-color: rgb(237,111,186); }

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