Html Css Color HEX #ED4BAC Brilliant Rose

📋 copy color: '#ED4BAC'

red 237 ◦ green 75 ◦ blue 172

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

Shades of Brilliant Rose #ED4BAC

Tints of Brilliant Rose #ED4BAC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.5%

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

R = 48.97%
G = 15.5%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#ED4BAC (or 0xED4BAC) is known color: Brilliant Rose. HEX triplet: ED, 4B and AC. RGB value is (237,75,172). Sum of RGB (Red+Green+Blue) = 237+75+172=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 75 (29.69% from 255 or 15.50% from 484); Blue value is 172 (67.58% from 255 or 35.54% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4BAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED4BAC is #12B453. Grayscale: #868686. Windows color (decimal): -1225812 or 11291629. OLE color: 11291629.

HSL color Cylindrical-coordinate representation of color #ED4BAC: hue angle of 324.07º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ED4BAC is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 75 172 -
CMYK 0 0.68 0.27 0.07
HSL 324.07º 0.82% 0.61% -
HSV(B) 324.07º 0.68% 0.93% -
XYZ 44.89 26.02 41.69 -
YUV 134.5 149.17 201.11 -
System Red Green Blue C M Y K H S L
Decimal 237 75 172 0 0.68 0.27 0.07 324.07 0.82 0.61
Hex ED 4B AC 0 44 1B 7 144 52 3D
Octal 355 113 254 0 104 33 7 504 122 75
Binary 11101101 1001011 10101100 0 1000100 11011 111 101000100 1010010 111101

Color Harmonies of #ED4BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4BAC

Black with #ED4BAC

Text Example


Text Example

White with #ED4BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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