Html Css Color HEX #ED5CAB Brilliant Rose

📋 copy color: '#ED5CAB'

red 237 ◦ green 92 ◦ blue 171

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

Shades of Brilliant Rose #ED5CAB

Tints of Brilliant Rose #ED5CAB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.4%

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

R = 47.4%
G = 18.4%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#ED5CAB (or 0xED5CAB) is known color: Brilliant Rose. HEX triplet: ED, 5C and AB. RGB value is (237,92,171). Sum of RGB (Red+Green+Blue) = 237+92+171=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 92 (36.33% from 255 or 18.4% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #ED5CAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED5CAB is #12A354. Grayscale: #909090. Windows color (decimal): -1221461 or 11230445. OLE color: 11230445.

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

Color convert

RGB 237 92 171 -
CMYK 0 0.61 0.28 0.07
HSL 327.31º 0.8% 0.65% -
HSV(B) 327.31º 0.61% 0.93% -
XYZ 46.1 28.6 41.62 -
YUV 144.36 143.04 194.08 -
System Red Green Blue C M Y K H S L
Decimal 237 92 171 0 0.61 0.28 0.07 327.31 0.8 0.65
Hex ED 5C AB 0 3D 1C 7 147 50 41
Octal 355 134 253 0 75 34 7 507 120 101
Binary 11101101 1011100 10101011 0 111101 11100 111 101000111 1010000 1000001

Color Harmonies of #ED5CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED5CAB

Black with #ED5CAB

Text Example


Text Example

White with #ED5CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED5CAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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