Html Css Color HEX #ED7BB6 Persian Pink

📋 copy color: '#ED7BB6'

red 237 ◦ green 123 ◦ blue 182

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

Shades of Persian Pink #ED7BB6

Tints of Persian Pink #ED7BB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 33.58%

R = 43.73%
G = 22.69%
B = 33.58%

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

#ED7BB6 (or 0xED7BB6) is known color: Persian Pink. HEX triplet: ED, 7B and B6. RGB value is (237,123,182). Sum of RGB (Red+Green+Blue) = 237+123+182=542 (71% of max value = 765). Red value is 237 (92.97% from 255 or 43.73% from 542); Green value is 123 (48.44% from 255 or 22.69% from 542); Blue value is 182 (71.48% from 255 or 33.58% from 542); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7BB6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7BB6 is #128449. Grayscale: #A3A3A3. Windows color (decimal): -1213514 or 11959277. OLE color: 11959277.

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

Color convert

RGB 237 123 182 -
CMYK 0 0.48 0.23 0.07
HSL 328.95º 0.76% 0.71% -
HSV(B) 328.95º 0.48% 0.93% -
XYZ 50.45 35.55 48.46 -
YUV 163.81 138.27 180.2 -
System Red Green Blue C M Y K H S L
Decimal 237 123 182 0 0.48 0.23 0.07 328.95 0.76 0.71
Hex ED 7B B6 0 30 17 7 149 4C 47
Octal 355 173 266 0 60 27 7 511 114 107
Binary 11101101 1111011 10110110 0 110000 10111 111 101001001 1001100 1000111

Color Harmonies of #ED7BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7BB6

Black with #ED7BB6

Text Example


Text Example

White with #ED7BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7BB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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