Html Css Color HEX #ED7BB0 Persian Pink

📋 copy color: '#ED7BB0'

red 237 ◦ green 123 ◦ blue 176

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

Shades of Persian Pink #ED7BB0

Tints of Persian Pink #ED7BB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.84%

R = 44.22%
G = 22.95%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#ED7BB0 (or 0xED7BB0) is known color: Persian Pink. HEX triplet: ED, 7B and B0. RGB value is (237,123,176). Sum of RGB (Red+Green+Blue) = 237+123+176=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 123 (48.44% from 255 or 22.95% from 536); Blue value is 176 (69.14% from 255 or 32.84% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7BB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7BB0 is #12844F. Grayscale: #A3A3A3. Windows color (decimal): -1213520 or 11566061. OLE color: 11566061.

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

Color convert

RGB 237 123 176 -
CMYK 0 0.48 0.26 0.07
HSL 332.11º 0.76% 0.71% -
HSV(B) 332.11º 0.48% 0.93% -
XYZ 49.84 35.31 45.26 -
YUV 163.13 135.27 180.69 -
System Red Green Blue C M Y K H S L
Decimal 237 123 176 0 0.48 0.26 0.07 332.11 0.76 0.71
Hex ED 7B B0 0 30 1A 7 14C 4C 47
Octal 355 173 260 0 60 32 7 514 114 107
Binary 11101101 1111011 10110000 0 110000 11010 111 101001100 1001100 1000111

Color Harmonies of #ED7BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7BB0

Black with #ED7BB0

Text Example


Text Example

White with #ED7BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7BB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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