Html Css Color HEX #ED4CAB Brilliant Rose

📋 copy color: '#ED4CAB'

red 237 ◦ green 76 ◦ blue 171

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

Shades of Brilliant Rose #ED4CAB

Tints of Brilliant Rose #ED4CAB

RGB

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

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

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

R = 48.97%
G = 15.7%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#ED4CAB (or 0xED4CAB) is known color: Brilliant Rose. HEX triplet: ED, 4C and AB. RGB value is (237,76,171). Sum of RGB (Red+Green+Blue) = 237+76+171=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 76 (30.08% from 255 or 15.70% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4CAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED4CAB is #12B354. Grayscale: #868686. Windows color (decimal): -1225557 or 11226349. OLE color: 11226349.

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

Color convert

RGB 237 76 171 -
CMYK 0 0.68 0.28 0.07
HSL 324.6º 0.82% 0.61% -
HSV(B) 324.6º 0.68% 0.93% -
XYZ 44.86 26.11 41.2 -
YUV 134.97 148.34 200.78 -
System Red Green Blue C M Y K H S L
Decimal 237 76 171 0 0.68 0.28 0.07 324.6 0.82 0.61
Hex ED 4C AB 0 44 1C 7 145 52 3D
Octal 355 114 253 0 104 34 7 505 122 75
Binary 11101101 1001100 10101011 0 1000100 11100 111 101000101 1010010 111101

Color Harmonies of #ED4CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4CAB

Black with #ED4CAB

Text Example


Text Example

White with #ED4CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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