Html Css Color HEX #ED759D Carissma

📋 copy color: '#ED759D'

red 237 ◦ green 117 ◦ blue 157

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

Shades of Carissma #ED759D

Tints of Carissma #ED759D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.9%

 BLUE value IS 157 (61.72% from 255) = 30.72%

R = 46.38%
G = 22.9%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#ED759D (or 0xED759D) is known color: Carissma. HEX triplet: ED, 75 and 9D. RGB value is (237,117,157). Sum of RGB (Red+Green+Blue) = 237+117+157=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 117 (46.09% from 255 or 22.90% from 511); Blue value is 157 (61.72% from 255 or 30.72% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #ED759D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED759D is #128A62. Grayscale: #9D9D9D. Windows color (decimal): -1215075 or 10319341. OLE color: 10319341.

HSL color Cylindrical-coordinate representation of color #ED759D: hue angle of 340º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ED759D is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 117 157 -
CMYK 0 0.51 0.34 0.07
HSL 340º 0.77% 0.69% -
HSV(B) 340º 0.51% 0.93% -
XYZ 47.37 33.16 35.8 -
YUV 157.44 127.76 184.75 -
System Red Green Blue C M Y K H S L
Decimal 237 117 157 0 0.51 0.34 0.07 340 0.77 0.69
Hex ED 75 9D 0 33 22 7 154 4D 45
Octal 355 165 235 0 63 42 7 524 115 105
Binary 11101101 1110101 10011101 0 110011 100010 111 101010100 1001101 1000101

Color Harmonies of #ED759D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED759D

Black with #ED759D

Text Example


Text Example

White with #ED759D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED759D; }

 p { color: rgb(237,117,157); }

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

background-color css

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

 a { background-color: rgb(237,117,157); }

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

border-color css

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

 span { border-color: rgb(237,117,157); }

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