Html Css Color HEX #ED7BC4 Persian Pink

📋 copy color: '#ED7BC4'

red 237 ◦ green 123 ◦ blue 196

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

Shades of Persian Pink #ED7BC4

Tints of Persian Pink #ED7BC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 35.25%

R = 42.63%
G = 22.12%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#ED7BC4 (or 0xED7BC4) is known color: Persian Pink. HEX triplet: ED, 7B and C4. RGB value is (237,123,196). Sum of RGB (Red+Green+Blue) = 237+123+196=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 123 (48.44% from 255 or 22.12% from 556); Blue value is 196 (76.95% from 255 or 35.25% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7BC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7BC4 is #12843B. Grayscale: #A5A5A5. Windows color (decimal): -1213500 or 12876781. OLE color: 12876781.

HSL color Cylindrical-coordinate representation of color #ED7BC4: hue angle of 321.58º 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 #ED7BC4 is Cyan = 0, Magento = 0.48, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 123 196 -
CMYK 0 0.48 0.17 0.07
HSL 321.58º 0.76% 0.71% -
HSV(B) 321.58º 0.48% 0.93% -
XYZ 51.97 36.16 56.46 -
YUV 165.41 145.27 179.06 -
System Red Green Blue C M Y K H S L
Decimal 237 123 196 0 0.48 0.17 0.07 321.58 0.76 0.71
Hex ED 7B C4 0 30 11 7 142 4C 47
Octal 355 173 304 0 60 21 7 502 114 107
Binary 11101101 1111011 11000100 0 110000 10001 111 101000010 1001100 1000111

Color Harmonies of #ED7BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7BC4

Black with #ED7BC4

Text Example


Text Example

White with #ED7BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7BC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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