Html Css Color HEX #ED7BC2 Persian Pink

📋 copy color: '#ED7BC2'

red 237 ◦ green 123 ◦ blue 194

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

Shades of Persian Pink #ED7BC2

Tints of Persian Pink #ED7BC2

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.2%

 BLUE value IS 194 (76.17% from 255) = 35.02%

R = 42.78%
G = 22.2%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#ED7BC2 (or 0xED7BC2) is known color: Persian Pink. HEX triplet: ED, 7B and C2. RGB value is (237,123,194). Sum of RGB (Red+Green+Blue) = 237+123+194=554 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.78% from 554); Green value is 123 (48.44% from 255 or 22.20% from 554); Blue value is 194 (76.17% from 255 or 35.02% from 554); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7BC2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7BC2 is #12843D. Grayscale: #A5A5A5. Windows color (decimal): -1213502 or 12745709. OLE color: 12745709.

HSL color Cylindrical-coordinate representation of color #ED7BC2: hue angle of 322.63º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ED7BC2 is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 123 194 -
CMYK 0 0.48 0.18 0.07
HSL 322.63º 0.76% 0.71% -
HSV(B) 322.63º 0.48% 0.93% -
XYZ 51.75 36.07 55.27 -
YUV 165.18 144.27 179.23 -
System Red Green Blue C M Y K H S L
Decimal 237 123 194 0 0.48 0.18 0.07 322.63 0.76 0.71
Hex ED 7B C2 0 30 12 7 143 4C 47
Octal 355 173 302 0 60 22 7 503 114 107
Binary 11101101 1111011 11000010 0 110000 10010 111 101000011 1001100 1000111

Color Harmonies of #ED7BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7BC2

Black with #ED7BC2

Text Example


Text Example

White with #ED7BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7BC2; }

 p { color: rgb(237,123,194); }

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

background-color css

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

 a { background-color: rgb(237,123,194); }

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

border-color css

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

 span { border-color: rgb(237,123,194); }

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