Html Css Color HEX #ED51B2 Brilliant Rose

📋 copy color: '#ED51B2'

red 237 ◦ green 81 ◦ blue 178

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

Shades of Brilliant Rose #ED51B2

Tints of Brilliant Rose #ED51B2

RGB

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

 GREEN value IS 81 (32.03% from 255) = 16.33%

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

R = 47.78%
G = 16.33%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#ED51B2 (or 0xED51B2) is known color: Brilliant Rose. HEX triplet: ED, 51 and B2. RGB value is (237,81,178). Sum of RGB (Red+Green+Blue) = 237+81+178=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 81 (32.03% from 255 or 16.33% from 496); Blue value is 178 (69.92% from 255 or 35.89% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #ED51B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED51B2 is #12AE4D. Grayscale: #8A8A8A. Windows color (decimal): -1224270 or 11686381. OLE color: 11686381.

HSL color Cylindrical-coordinate representation of color #ED51B2: hue angle of 322.69º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ED51B2 is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 81 178 -
CMYK 0 0.66 0.25 0.07
HSL 322.69º 0.81% 0.62% -
HSV(B) 322.69º 0.66% 0.93% -
XYZ 45.9 27.1 44.93 -
YUV 138.7 150.18 198.11 -
System Red Green Blue C M Y K H S L
Decimal 237 81 178 0 0.66 0.25 0.07 322.69 0.81 0.62
Hex ED 51 B2 0 42 19 7 143 51 3E
Octal 355 121 262 0 102 31 7 503 121 76
Binary 11101101 1010001 10110010 0 1000010 11001 111 101000011 1010001 111110

Color Harmonies of #ED51B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED51B2

Black with #ED51B2

Text Example


Text Example

White with #ED51B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED51B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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