Html Css Color HEX #ED30AC Persian Rose

📋 copy color: '#ED30AC'

red 237 ◦ green 48 ◦ blue 172

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

Shades of Persian Rose #ED30AC

Tints of Persian Rose #ED30AC

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.5%

 BLUE value IS 172 (67.58% from 255) = 37.64%

R = 51.86%
G = 10.5%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#ED30AC (or 0xED30AC) is known color: Persian Rose. HEX triplet: ED, 30 and AC. RGB value is (237,48,172). Sum of RGB (Red+Green+Blue) = 237+48+172=457 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.86% from 457); Green value is 48 (19.14% from 255 or 10.50% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 237 - color contains mainly: red. Hex color #ED30AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED30AC is #12CF53. Grayscale: #767676. Windows color (decimal): -1232724 or 11284717. OLE color: 11284717.

HSL color Cylindrical-coordinate representation of color #ED30AC: hue angle of 320.63º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ED30AC is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 48 172 -
CMYK 0 0.80 0.27 0.07
HSL 320.63º 0.84% 0.56% -
HSV(B) 320.63º 0.8% 0.93% -
XYZ 43.43 23.1 41.2 -
YUV 118.65 158.12 212.42 -
System Red Green Blue C M Y K H S L
Decimal 237 48 172 0 0.80 0.27 0.07 320.63 0.84 0.56
Hex ED 30 AC 0 50 1B 7 141 54 38
Octal 355 60 254 0 120 33 7 501 124 70
Binary 11101101 110000 10101100 0 1010000 11011 111 101000001 1010100 111000

Color Harmonies of #ED30AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED30AC

Black with #ED30AC

Text Example


Text Example

White with #ED30AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED30AC; }

 p { color: rgb(237,48,172); }

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

background-color css

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

 a { background-color: rgb(237,48,172); }

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

border-color css

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

 span { border-color: rgb(237,48,172); }

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