Html Css Color HEX #ED4CBA Brilliant Rose

📋 copy color: '#ED4CBA'

red 237 ◦ green 76 ◦ blue 186

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

Shades of Brilliant Rose #ED4CBA

Tints of Brilliant Rose #ED4CBA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 15.23%

 BLUE value IS 186 (73.05% from 255) = 37.27%

R = 47.49%
G = 15.23%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#ED4CBA (or 0xED4CBA) is known color: Brilliant Rose. HEX triplet: ED, 4C and BA. RGB value is (237,76,186). Sum of RGB (Red+Green+Blue) = 237+76+186=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 76 (30.08% from 255 or 15.23% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4CBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #ED4CBA is #12B345. Grayscale: #888888. Windows color (decimal): -1225542 or 12209389. OLE color: 12209389.

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

Color convert

RGB 237 76 186 -
CMYK 0 0.68 0.22 0.07
HSL 319.01º 0.82% 0.61% -
HSV(B) 319.01º 0.68% 0.93% -
XYZ 46.37 26.72 49.17 -
YUV 136.68 155.84 199.56 -
System Red Green Blue C M Y K H S L
Decimal 237 76 186 0 0.68 0.22 0.07 319.01 0.82 0.61
Hex ED 4C BA 0 44 16 7 13F 52 3D
Octal 355 114 272 0 104 26 7 477 122 75
Binary 11101101 1001100 10111010 0 1000100 10110 111 100111111 1010010 111101

Color Harmonies of #ED4CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4CBA

Black with #ED4CBA

Text Example


Text Example

White with #ED4CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4CBA; }

 p { color: rgb(237,76,186); }

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

background-color css

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

 a { background-color: rgb(237,76,186); }

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

border-color css

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

 span { border-color: rgb(237,76,186); }

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