Html Css Color HEX #ED33AB Persian Rose

📋 copy color: '#ED33AB'

red 237 ◦ green 51 ◦ blue 171

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

Shades of Persian Rose #ED33AB

Tints of Persian Rose #ED33AB

RGB

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

 GREEN value IS 51 (20.31% from 255) = 11.11%

 BLUE value IS 171 (67.19% from 255) = 37.25%

R = 51.63%
G = 11.11%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#ED33AB (or 0xED33AB) is known color: Persian Rose. HEX triplet: ED, 33 and AB. RGB value is (237,51,171). Sum of RGB (Red+Green+Blue) = 237+51+171=459 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.63% from 459); Green value is 51 (20.31% from 255 or 11.11% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 237 - color contains mainly: red. Hex color #ED33AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED33AB is #12CC54. Grayscale: #787878. Windows color (decimal): -1231957 or 11219949. OLE color: 11219949.

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

Color convert

RGB 237 51 171 -
CMYK 0 0.78 0.28 0.07
HSL 321.29º 0.84% 0.56% -
HSV(B) 321.29º 0.78% 0.93% -
XYZ 43.46 23.31 40.74 -
YUV 120.29 156.62 211.24 -
System Red Green Blue C M Y K H S L
Decimal 237 51 171 0 0.78 0.28 0.07 321.29 0.84 0.56
Hex ED 33 AB 0 4E 1C 7 141 54 38
Octal 355 63 253 0 116 34 7 501 124 70
Binary 11101101 110011 10101011 0 1001110 11100 111 101000001 1010100 111000

Color Harmonies of #ED33AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED33AB

Black with #ED33AB

Text Example


Text Example

White with #ED33AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED33AB; }

 p { color: rgb(237,51,171); }

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

background-color css

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

 a { background-color: rgb(237,51,171); }

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

border-color css

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

 span { border-color: rgb(237,51,171); }

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