Html Css Color HEX #ED739B Carissma

📋 copy color: '#ED739B'

red 237 ◦ green 115 ◦ blue 155

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

Shades of Carissma #ED739B

Tints of Carissma #ED739B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.68%

 BLUE value IS 155 (60.94% from 255) = 30.57%

R = 46.75%
G = 22.68%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ED739B (or 0xED739B) is known color: Carissma. HEX triplet: ED, 73 and 9B. RGB value is (237,115,155). Sum of RGB (Red+Green+Blue) = 237+115+155=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 115 (45.31% from 255 or 22.68% from 507); Blue value is 155 (60.94% from 255 or 30.57% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #ED739B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED739B is #128C64. Grayscale: #9C9C9C. Windows color (decimal): -1215589 or 10187757. OLE color: 10187757.

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

Color convert

RGB 237 115 155 -
CMYK 0 0.51 0.35 0.07
HSL 340.33º 0.77% 0.69% -
HSV(B) 340.33º 0.51% 0.93% -
XYZ 46.97 32.63 34.83 -
YUV 156.04 127.42 185.75 -
System Red Green Blue C M Y K H S L
Decimal 237 115 155 0 0.51 0.35 0.07 340.33 0.77 0.69
Hex ED 73 9B 0 33 23 7 154 4D 45
Octal 355 163 233 0 63 43 7 524 115 105
Binary 11101101 1110011 10011011 0 110011 100011 111 101010100 1001101 1000101

Color Harmonies of #ED739B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED739B

Black with #ED739B

Text Example


Text Example

White with #ED739B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED739B; }

 p { color: rgb(237,115,155); }

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

background-color css

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

 a { background-color: rgb(237,115,155); }

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

border-color css

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

 span { border-color: rgb(237,115,155); }

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