Html Css Color HEX #ED7BBE Persian Pink

📋 copy color: '#ED7BBE'

red 237 ◦ green 123 ◦ blue 190

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

Shades of Persian Pink #ED7BBE

Tints of Persian Pink #ED7BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.55%

R = 43.09%
G = 22.36%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#ED7BBE (or 0xED7BBE) is known color: Persian Pink. HEX triplet: ED, 7B and BE. RGB value is (237,123,190). Sum of RGB (Red+Green+Blue) = 237+123+190=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 123 (48.44% from 255 or 22.36% from 550); Blue value is 190 (74.61% from 255 or 34.55% from 550); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7BBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7BBE is #128441. Grayscale: #A4A4A4. Windows color (decimal): -1213506 or 12483565. OLE color: 12483565.

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

Color convert

RGB 237 123 190 -
CMYK 0 0.48 0.20 0.07
HSL 324.74º 0.76% 0.71% -
HSV(B) 324.74º 0.48% 0.93% -
XYZ 51.3 35.89 52.94 -
YUV 164.72 142.27 179.55 -
System Red Green Blue C M Y K H S L
Decimal 237 123 190 0 0.48 0.20 0.07 324.74 0.76 0.71
Hex ED 7B BE 0 30 14 7 145 4C 47
Octal 355 173 276 0 60 24 7 505 114 107
Binary 11101101 1111011 10111110 0 110000 10100 111 101000101 1001100 1000111

Color Harmonies of #ED7BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7BBE

Black with #ED7BBE

Text Example


Text Example

White with #ED7BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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