Html Css Color HEX #ED84B3 Persian Pink

📋 copy color: '#ED84B3'

red 237 ◦ green 132 ◦ blue 179

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

Shades of Persian Pink #ED84B3

Tints of Persian Pink #ED84B3

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24.09%

 BLUE value IS 179 (70.31% from 255) = 32.66%

R = 43.25%
G = 24.09%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#ED84B3 (or 0xED84B3) is known color: Persian Pink. HEX triplet: ED, 84 and B3. RGB value is (237,132,179). Sum of RGB (Red+Green+Blue) = 237+132+179=548 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.25% from 548); Green value is 132 (51.95% from 255 or 24.09% from 548); Blue value is 179 (70.31% from 255 or 32.66% from 548); Max value from RGB is 237 - color contains mainly: red. Hex color #ED84B3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED84B3 is #127B4C. Grayscale: #A8A8A8. Windows color (decimal): -1211213 or 11764973. OLE color: 11764973.

HSL color Cylindrical-coordinate representation of color #ED84B3: hue angle of 333.14º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ED84B3 is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 132 179 -
CMYK 0 0.44 0.24 0.07
HSL 333.14º 0.74% 0.72% -
HSV(B) 333.14º 0.44% 0.93% -
XYZ 51.31 37.76 47.23 -
YUV 168.75 133.79 176.68 -
System Red Green Blue C M Y K H S L
Decimal 237 132 179 0 0.44 0.24 0.07 333.14 0.74 0.72
Hex ED 84 B3 0 2C 18 7 14D 4A 48
Octal 355 204 263 0 54 30 7 515 112 110
Binary 11101101 10000100 10110011 0 101100 11000 111 101001101 1001010 1001000

Color Harmonies of #ED84B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED84B3

Black with #ED84B3

Text Example


Text Example

White with #ED84B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED84B3; }

 p { color: rgb(237,132,179); }

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

background-color css

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

 a { background-color: rgb(237,132,179); }

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

border-color css

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

 span { border-color: rgb(237,132,179); }

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