Html Css Color HEX #EA4D8D French Rose

📋 copy color: '#EA4D8D'

red 234 ◦ green 77 ◦ blue 141

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

Shades of French Rose #EA4D8D

Tints of French Rose #EA4D8D

RGB

 RED value IS 234 (91.8% from 255) = 51.77%

 GREEN value IS 77 (30.47% from 255) = 17.04%

 BLUE value IS 141 (55.47% from 255) = 31.19%

R = 51.77%
G = 17.04%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EA4D8D (or 0xEA4D8D) is known color: French Rose. HEX triplet: EA, 4D and 8D. RGB value is (234,77,141). Sum of RGB (Red+Green+Blue) = 234+77+141=452 (59% of max value = 765). Red value is 234 (91.80% from 255 or 51.77% from 452); Green value is 77 (30.47% from 255 or 17.04% from 452); Blue value is 141 (55.47% from 255 or 31.19% from 452); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4D8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA4D8D is #15B272. Grayscale: #838383. Windows color (decimal): -1421939 or 9260522. OLE color: 9260522.

HSL color Cylindrical-coordinate representation of color #EA4D8D: hue angle of 335.54º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EA4D8D is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 77 141 -
CMYK 0 0.67 0.40 0.08
HSL 335.54º 0.79% 0.61% -
HSV(B) 335.54º 0.67% 0.92% -
XYZ 41.39 24.72 27.79 -
YUV 131.24 133.51 201.3 -
System Red Green Blue C M Y K H S L
Decimal 234 77 141 0 0.67 0.40 0.08 335.54 0.79 0.61
Hex EA 4D 8D 0 43 28 8 150 4F 3D
Octal 352 115 215 0 103 50 10 520 117 75
Binary 11101010 1001101 10001101 0 1000011 101000 1000 101010000 1001111 111101

Color Harmonies of #EA4D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4D8D

Black with #EA4D8D

Text Example


Text Example

White with #EA4D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4D8D; }

 p { color: rgb(234,77,141); }

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

background-color css

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

 a { background-color: rgb(234,77,141); }

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

border-color css

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

 span { border-color: rgb(234,77,141); }

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