Html Css Color HEX #ED33B4 Persian Rose

📋 copy color: '#ED33B4'

red 237 ◦ green 51 ◦ blue 180

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

Shades of Persian Rose #ED33B4

Tints of Persian Rose #ED33B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 38.46%

R = 50.64%
G = 10.9%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#ED33B4 (or 0xED33B4) is known color: Persian Rose. HEX triplet: ED, 33 and B4. RGB value is (237,51,180). Sum of RGB (Red+Green+Blue) = 237+51+180=468 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.64% from 468); Green value is 51 (20.31% from 255 or 10.90% from 468); Blue value is 180 (70.70% from 255 or 38.46% from 468); Max value from RGB is 237 - color contains mainly: red. Hex color #ED33B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED33B4 is #12CC4B. Grayscale: #787878. Windows color (decimal): -1231948 or 11809773. OLE color: 11809773.

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

Color convert

RGB 237 51 180 -
CMYK 0 0.78 0.24 0.07
HSL 318.39º 0.84% 0.56% -
HSV(B) 318.39º 0.78% 0.93% -
XYZ 44.35 23.67 45.41 -
YUV 121.32 161.12 210.51 -
System Red Green Blue C M Y K H S L
Decimal 237 51 180 0 0.78 0.24 0.07 318.39 0.84 0.56
Hex ED 33 B4 0 4E 18 7 13E 54 38
Octal 355 63 264 0 116 30 7 476 124 70
Binary 11101101 110011 10110100 0 1001110 11000 111 100111110 1010100 111000

Color Harmonies of #ED33B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED33B4

Black with #ED33B4

Text Example


Text Example

White with #ED33B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED33B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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