Html Css Color HEX #ED7A8D Carissma

📋 copy color: '#ED7A8D'

red 237 ◦ green 122 ◦ blue 141

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

Shades of Carissma #ED7A8D

Tints of Carissma #ED7A8D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.4%

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

R = 47.4%
G = 24.4%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ED7A8D (or 0xED7A8D) is known color: Carissma. HEX triplet: ED, 7A and 8D. RGB value is (237,122,141). Sum of RGB (Red+Green+Blue) = 237+122+141=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 122 (48.05% from 255 or 24.4% from 500); Blue value is 141 (55.47% from 255 or 28.2% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7A8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7A8D is #128572. Grayscale: #9E9E9E. Windows color (decimal): -1213811 or 9272045. OLE color: 9272045.

HSL color Cylindrical-coordinate representation of color #ED7A8D: hue angle of 350.09º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ED7A8D is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 122 141 -
CMYK 0 0.49 0.41 0.07
HSL 350.09º 0.76% 0.7% -
HSV(B) 350.09º 0.49% 0.93% -
XYZ 46.69 33.85 29.27 -
YUV 158.55 118.1 183.96 -
System Red Green Blue C M Y K H S L
Decimal 237 122 141 0 0.49 0.41 0.07 350.09 0.76 0.7
Hex ED 7A 8D 0 31 29 7 15E 4C 46
Octal 355 172 215 0 61 51 7 536 114 106
Binary 11101101 1111010 10001101 0 110001 101001 111 101011110 1001100 1000110

Color Harmonies of #ED7A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7A8D

Black with #ED7A8D

Text Example


Text Example

White with #ED7A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7A8D; }

 p { color: rgb(237,122,141); }

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

background-color css

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

 a { background-color: rgb(237,122,141); }

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

border-color css

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

 span { border-color: rgb(237,122,141); }

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