Html Css Color HEX #ED7BB7 Persian Pink

📋 copy color: '#ED7BB7'

red 237 ◦ green 123 ◦ blue 183

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

Shades of Persian Pink #ED7BB7

Tints of Persian Pink #ED7BB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 33.7%

R = 43.65%
G = 22.65%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#ED7BB7 (or 0xED7BB7) is known color: Persian Pink. HEX triplet: ED, 7B and B7. RGB value is (237,123,183). Sum of RGB (Red+Green+Blue) = 237+123+183=543 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.65% from 543); Green value is 123 (48.44% from 255 or 22.65% from 543); Blue value is 183 (71.88% from 255 or 33.70% from 543); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7BB7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7BB7 is #128448. Grayscale: #A3A3A3. Windows color (decimal): -1213513 or 12024813. OLE color: 12024813.

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

Color convert

RGB 237 123 183 -
CMYK 0 0.48 0.23 0.07
HSL 328.42º 0.76% 0.71% -
HSV(B) 328.42º 0.48% 0.93% -
XYZ 50.56 35.59 49 -
YUV 163.93 138.77 180.12 -
System Red Green Blue C M Y K H S L
Decimal 237 123 183 0 0.48 0.23 0.07 328.42 0.76 0.71
Hex ED 7B B7 0 30 17 7 148 4C 47
Octal 355 173 267 0 60 27 7 510 114 107
Binary 11101101 1111011 10110111 0 110000 10111 111 101001000 1001100 1000111

Color Harmonies of #ED7BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7BB7

Black with #ED7BB7

Text Example


Text Example

White with #ED7BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7BB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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