Html Css Color HEX #ED7BB2 Persian Pink

📋 copy color: '#ED7BB2'

red 237 ◦ green 123 ◦ blue 178

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

Shades of Persian Pink #ED7BB2

Tints of Persian Pink #ED7BB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 33.09%

R = 44.05%
G = 22.86%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#ED7BB2 (or 0xED7BB2) is known color: Persian Pink. HEX triplet: ED, 7B and B2. RGB value is (237,123,178). Sum of RGB (Red+Green+Blue) = 237+123+178=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 123 (48.44% from 255 or 22.86% from 538); Blue value is 178 (69.92% from 255 or 33.09% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7BB2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7BB2 is #12844D. Grayscale: #A3A3A3. Windows color (decimal): -1213518 or 11697133. OLE color: 11697133.

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

Color convert

RGB 237 123 178 -
CMYK 0 0.48 0.25 0.07
HSL 331.05º 0.76% 0.71% -
HSV(B) 331.05º 0.48% 0.93% -
XYZ 50.04 35.38 46.31 -
YUV 163.36 136.27 180.53 -
System Red Green Blue C M Y K H S L
Decimal 237 123 178 0 0.48 0.25 0.07 331.05 0.76 0.71
Hex ED 7B B2 0 30 19 7 14B 4C 47
Octal 355 173 262 0 60 31 7 513 114 107
Binary 11101101 1111011 10110010 0 110000 11001 111 101001011 1001100 1000111

Color Harmonies of #ED7BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7BB2

Black with #ED7BB2

Text Example


Text Example

White with #ED7BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7BB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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